Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mpowaga authored Sep 2, 2023
1 parent 5749c1a commit 09b1ac4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

npm ci
NODE_OPTIONS=--openssl-legacy-provider npm run build
git add dist
git commit -m "npm run build"
git push origin master

VERSION=$(npm version patch)
git push origin $VERSION
git tag --force v1
Expand Down

0 comments on commit 09b1ac4

Please sign in to comment.