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