From f92659d95fd01560525e3de5e5dab1d3a271299e Mon Sep 17 00:00:00 2001 From: Pat O'Neill Date: Fri, 19 Aug 2022 11:42:46 -0400 Subject: [PATCH] chore: do not run es-check on publish (#162) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59ad0c6..9927f9b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "build:js": "rollup -c scripts/rollup.config.js", "clean": "shx rm -rf ./dist ./test/dist && shx mkdir -p ./dist ./test/dist", "lint": "vjsstandard", - "prepublishOnly": "npm-run-all build-prod && vjsverify --verbose", + "prepublishOnly": "npm-run-all build-prod && vjsverify --verbose --skip-es-check", "start": "npm-run-all -p server watch", "server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch", "test": "npm-run-all lint build-test && npm-run-all test:*",