From 5574732eaf754796b706a39f3c80337759c175ce Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 11 Jun 2023 14:44:34 -0600 Subject: [PATCH] fix: testing workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7bb2d7..7a62e10 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "scripts": { "start": "npx webpack --config webpack.config.js --watch", "build": "NODE_ENV=production npx webpack --config webpack.config.js", - "postinstall": "node -e 'const fs = require(\"fs\"); const path = require(\"path\"); if (fs.existsSync(path.resolve(__dirname, \"node_modules/@cocreate/cli/check-coc.js\"))) { require(\"./node_modules/@cocreate/cli/check-coc.js\"); }'" + "postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js" }, "repository": { "type": "git",