We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c9105 commit e6beeb0Copy full SHA for e6beeb0
.npmrc
@@ -0,0 +1,2 @@
1
+
2
+//registry.npmjs.org/:_authToken = ${NPM_TOKEN}
scripts/deploy.sh
@@ -7,6 +7,9 @@ if [[ ${TRAVIS_TEST_RESULT=0} == 1 ]]; then
7
exit 1;
8
fi
9
10
+# run the build
11
+npm run build
12
+#deploy with semantic-release
13
npm run semantic-release
14
15
# deploy to gh pages
0 commit comments