We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c0278 commit 6d6131dCopy full SHA for 6d6131d
deploy_npm.sh
@@ -1,6 +1,3 @@
1
-cd package
2
-printf "//registry.npmjs.org/:_authToken=${NPM_TOKEN}\n" >> ./.npmrc
3
-npm publish .
4
-cd ../build
+cd build
5
printf "//registry.npmjs.org/:_authToken=${NPM_TOKEN}\n" >> ./.npmrc
6
npm publish .
0 commit comments