Skip to content

Commit 4ef6e9e

Browse files
committed
fix: postintall error
1 parent f315e34 commit 4ef6e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"scripts": {
2828
"demo": "PORT=5000 node demo/server.js",
2929
"test": "echo \"Error: no test specified\" && exit 1",
30-
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
30+
"postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
3131
},
3232
"repository": {
3333
"type": "git",

0 commit comments

Comments
 (0)