From 661ec49b39f539d7cfbb0a638c7164c95d1fbc83 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 11 Jun 2023 12:07:38 -0600 Subject: [PATCH] fix: postintall error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a5c6a6..8d4378b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", "dev": "npx webpack --config webpack.config.js --watch", - "postinstall": "node ./node_modules/@cocreate/cli/check-coc.js" + "postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js" }, "repository": { "type": "git",