We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2146ad commit ab729ddCopy full SHA for ab729dd
publish.sh
@@ -1,7 +1,6 @@
1
#!/usr/bin/env bash
2
-
3
-npm run build
+yarn version --new-version $1
+yarn build
4
cp package.json ./dist
5
cp README.md ./dist
6
-cd ./dist
7
-npm publish --access public
+(cd ./dist && yarn publish --access public --new-version $1)
0 commit comments