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