remove beta tag from npm publish
This commit is contained in:
parent
c6c0bc07e2
commit
e8daad38a7
6
Makefile
6
Makefile
@ -87,7 +87,7 @@ publish:
|
|||||||
node tools/cache-templates
|
node tools/cache-templates
|
||||||
test -f templates.json
|
test -f templates.json
|
||||||
|
|
||||||
npm publish --tag beta
|
npm publish
|
||||||
|
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
|
|
||||||
@ -100,13 +100,13 @@ publish-runtime:
|
|||||||
cd packages; \
|
cd packages; \
|
||||||
node build-runtime.js; \
|
node build-runtime.js; \
|
||||||
cd babel-runtime; \
|
cd babel-runtime; \
|
||||||
npm publish --tag beta
|
npm publish
|
||||||
|
|
||||||
publish-cli:
|
publish-cli:
|
||||||
cd packages; \
|
cd packages; \
|
||||||
node build-cli.js; \
|
node build-cli.js; \
|
||||||
cd babel-cli; \
|
cd babel-cli; \
|
||||||
npm publish --tag beta
|
npm publish
|
||||||
|
|
||||||
bootstrap:
|
bootstrap:
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user