From c74876b4827c76b740ef0a8154fbfef08d7ba4be Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sat, 3 Jun 2023 22:02:40 -0700 Subject: [PATCH] [Makefile] Re-enable `postpublish` This addresses https://github.com/cubing/cubing.js/issues/273 --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 60c69874a..8032e8ee2 100644 --- a/Makefile +++ b/Makefile @@ -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