Skip to content

Commit b0ec7a4

Browse files
committed
fix: testing workflow
1 parent 2941b89 commit b0ec7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"start": "npx webpack --config webpack.config.js",
2828
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
2929
"dev": "npx webpack --config webpack.config.js --watch",
30-
"postinstall": "node -e 'const fs = require(\"fs\"); const path = require(\"path\"); if (fs.existsSync(path.resolve(__dirname, \"node_modules/@cocreate/cli/check-coc.js\"))) { require(\"./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)