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 85a4b8e commit b155b5fCopy full SHA for b155b5f
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
"dist": "node --version"
32
},
33
"repository": {
0 commit comments