Skip to content

Commit

Permalink
build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Giwi committed May 4, 2020
1 parent 25ba8a3 commit f72a352
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions publish.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
yarn version --new-version $1
(cd projects/warpview-ng && yarn version --new-version $1 )
yarn clean
yarn build
(cd dist/warpview && yarn publish --new-version $1 )

0 comments on commit f72a352

Please sign in to comment.