Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't run the preversion script for package building
Browse files Browse the repository at this point in the history
TwitchBronBron committed Nov 17, 2023
1 parent 806d87e commit 48f614c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
@@ -34,8 +34,9 @@ jobs:
echo "ARTIFACT_URL=$ARTIFACT_URL" >> $GITHUB_ENV
- run: npm ci
- run: npm config set ignore-scripts true
- run: npm run build
- run: npm version "$BUILD_VERSION" --no-git-tag-version --no-commit-hooks
- run: npm version "$BUILD_VERSION" --no-git-tag-version
- run: npm pack

# create the release if not exist

0 comments on commit 48f614c

Please sign in to comment.