We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfb27f commit 4d55d48Copy full SHA for 4d55d48
package.json
@@ -27,7 +27,7 @@
27
"start": "npx webpack --config webpack.config.js",
28
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
29
"dev": "npx webpack --config webpack.config.js --watch",
30
- "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"
31
},
32
"repository": {
33
"type": "git",
0 commit comments