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 05f2623 commit 0a1d77aCopy full SHA for 0a1d77a
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