1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-14 13:36:33 +02:00

Resolve "Automatic NPM publish."

This commit is contained in:
Maciej Lenartowicz
2019-10-07 14:43:57 +00:00
parent ee5f3da093
commit 5977e675cf
4 changed files with 57 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all install-js watch-js build-js publish-beta lint-js test-js create-messages update-messages docs clean
.PHONY: all install-js watch-js build-js lint-js test-js create-messages update-messages docs clean
all:
@echo "make install-js"
@ -7,8 +7,6 @@ all:
@echo " Compile JS in watch mode."
@echo "make build-js"
@echo " Compile JS."
@echo "make publish-beta"
@echo " Publish package with 'beta' tag"
@echo "make lint-js"
@echo " Run linter"
@echo "make test-js"
@ -32,9 +30,6 @@ watch-js:
build-js:
npm run build
publish-beta:
npm publish --tag beta
lint:
npm run lint