Skip to content

Commit

Permalink
fix: postintall error
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 11, 2023
1 parent 210f83b commit 67f2a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"dev": "npx webpack --config webpack.config.js --watch",
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
"postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 67f2a2f

Please sign in to comment.