Skip to content

Commit 6d6131d

Browse files
committed
Set up auto-publishing for the survey-creator package only
1 parent c5c0278 commit 6d6131d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deploy_npm.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
cd package
2-
printf "//registry.npmjs.org/:_authToken=${NPM_TOKEN}\n" >> ./.npmrc
3-
npm publish .
4-
cd ../build
1+
cd build
52
printf "//registry.npmjs.org/:_authToken=${NPM_TOKEN}\n" >> ./.npmrc
63
npm publish .

0 commit comments

Comments
 (0)