From 04a73dea61222e94f3e8d93b13c4002beeb891db Mon Sep 17 00:00:00 2001 From: Fox Date: Mon, 18 Mar 2024 23:04:58 -0700 Subject: [PATCH] Disable Verify --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b10798..e630aaa 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "watch": "npm-run-all -p watch:*", "watch:css": "npm run build:css -- -w", "watch:js": "npm run build:js -- -w", - "prepublishOnly": "npm-run-all build test:verify" + "prepublishOnly": "npm-run-all build" }, "engines": { "node": ">=8",