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 64ee40b commit 4d9cbe3Copy full SHA for 4d9cbe3
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
- "postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
+ "postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
32
},
33
"repository": {
34
"type": "git",
0 commit comments