We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63225c2 commit 66d320aCopy full SHA for 66d320a
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 $PWD/node_modules/@cocreate/cli/check-coc.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\"); }'",
31
"dist": "node --version"
32
},
33
"repository": {
0 commit comments