Skip to content

Commit 3efa557

Browse files
committed
meta: Update makefile
1 parent 5eb2cf7 commit 3efa557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ prepare-release:
77
yarn lint
88
yarn test
99

10-
publish:
10+
publish-npm:
1111
cd packages/browser; npm publish
1212
cd packages/core; npm publish
1313
cd packages/hub; npm publish
@@ -30,4 +30,4 @@ publish-docs:
3030
git push origin gh-pages
3131
git checkout master
3232

33-
release: bump prepare-release publish publish-cdn
33+
release: bump prepare-release publish-docs publish-npm publish-cdn

0 commit comments

Comments
 (0)