Skip to content

Commit

Permalink
[Makefile] Re-enable postpublish
Browse files Browse the repository at this point in the history
This addresses #273
  • Loading branch information
lgarron committed Jun 4, 2023
1 parent 1916f26 commit c74876b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,7 @@ prepack: clean build test-dist-esm-node-import test-dist-esm-plain-esbuild-compa
.PHONY: prepublishOnly
prepublishOnly: test-all
.PHONY: postpublish
postpublish: # update-cdn update-create-cubing-app deploy # Uncomment after Firefox 114
@echo ""
@echo ""
@echo "NOTE: SKIPPING POSTPUBLISH STEPS DUE BECAUSE FIREFOX 114 IS NOT OUT YET"
@echo ""
@echo ""
postpublish: update-cdn update-create-cubing-app deploy # Uncomment after Firefox 114
.PHONY: deploy
deploy: deploy-twizzle deploy-experiments
.PHONY: deploy-twizzle
Expand Down

0 comments on commit c74876b

Please sign in to comment.