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 e82d9e6 commit e48c335Copy full SHA for e48c335
package.json
@@ -28,7 +28,7 @@
28
"start": "npx webpack --config webpack.config.js",
29
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
30
"dev": "npx webpack --config webpack.config.js --watch",
31
- "postinstal": "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\"); }'"
+ "postinstal": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
32
},
33
"repository": {
34
"type": "git",
0 commit comments