Skip to content

Commit

Permalink
build: Set package version
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 14, 2023
1 parent 25efba6 commit 52b0234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
-
name: Build
run: |
#rm -f package-lock.json
sed -i "s/0.0.0-development/${{ vars.MAJOR }}.${{ vars.MINOR }}/" package.json
sed -i "s/0.0.0-development/${{ vars.MAJOR }}.${{ vars.MINOR }}/" package-lock.json
npm i -g @vercel/ncc
npm install --omit=dev
npm run build
Expand Down

0 comments on commit 52b0234

Please sign in to comment.