Skip to content
Snippets Groups Projects
Verified Commit afbdbc1d authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

npm released

parent ee06f143
No related branches found
No related tags found
No related merge requests found
Showing
with 123 additions and 117 deletions
...@@ -407,7 +407,8 @@ release-monster: ...@@ -407,7 +407,8 @@ release-monster:
$(QUIET) $(MAKE) git-tag $(QUIET) $(MAKE) git-tag
$(QUIET) $(MAKE) transfer-monster $(QUIET) $(MAKE) transfer-monster
$(QUIET) $(MAKE) npm-publish-monster $(QUIET) $(MAKE) npm-publish-monster
$(QUIET) $(RM) $(THIS_DIR)web/js/doc/{monster-versions.js|monster-latest-version.js} $(QUIET) if [ -x $(THIS_DIR)web/js/doc/monster-versions.js ] ; then $(RM) $(THIS_DIR)web/js/doc/monster-versions.js ; fi
$(QUIET) if [ -x $(THIS_DIR)web/js/doc/monster-latest-version.js ] ; then $(RM) $(THIS_DIR)web/js/doc/monster-latest-version.js ; fi
$(QUIET) touch $(MONSTER_CORE_DIR)package.json ; $(MAKE) doc-build-versions-js $(QUIET) touch $(MONSTER_CORE_DIR)package.json ; $(MAKE) doc-build-versions-js
.PHONY: create-polyfill-monster .PHONY: create-polyfill-monster
...@@ -468,6 +469,7 @@ doc-2-aws: doc doc-build-versions-js ...@@ -468,6 +469,7 @@ doc-2-aws: doc doc-build-versions-js
.PHONY: doc-build-versions-js .PHONY: doc-build-versions-js
## generate versions dropdown and upload to aws ## generate versions dropdown and upload to aws
doc-build-versions-js: $(THIS_DIR)web/js/doc/monster-versions.js $(THIS_DIR)web/js/doc/monster-latest-version.js doc-build-versions-js: $(THIS_DIR)web/js/doc/monster-versions.js $(THIS_DIR)web/js/doc/monster-latest-version.js
$(ECHOMARKER) "transfer versions-js"
$(QUIET) $(AWS) s3 --only-show-errors cp $(THIS_DIR)web/js/doc/monster-versions.js s3://monsterjs.org/js/doc/monster-versions.js $(QUIET) $(AWS) s3 --only-show-errors cp $(THIS_DIR)web/js/doc/monster-versions.js s3://monsterjs.org/js/doc/monster-versions.js
$(QUIET) $(AWS) s3 --only-show-errors cp $(THIS_DIR)web/js/doc/monster-latest-version.js s3://monsterjs.org/js/doc/monster-latest-version.js $(QUIET) $(AWS) s3 --only-show-errors cp $(THIS_DIR)web/js/doc/monster-latest-version.js s3://monsterjs.org/js/doc/monster-latest-version.js
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment