We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaceb0 commit c66851cCopy full SHA for c66851c
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 ./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