From e142f21a245799e7fe4d4913d6d0115b506c9be3 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 11 Jun 2023 12:07:47 -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 969b1d6..688d0fc 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",