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 5eb2cf7 commit 3efa557Copy full SHA for 3efa557
Makefile
@@ -7,7 +7,7 @@ prepare-release:
7
yarn lint
8
yarn test
9
10
-publish:
+publish-npm:
11
cd packages/browser; npm publish
12
cd packages/core; npm publish
13
cd packages/hub; npm publish
@@ -30,4 +30,4 @@ publish-docs:
30
git push origin gh-pages
31
git checkout master
32
33
-release: bump prepare-release publish publish-cdn
+release: bump prepare-release publish-docs publish-npm publish-cdn
0 commit comments