Skip to content

Commit 364de01

Browse files
committed
fix: testing workflow
1 parent 525c894 commit 364de01

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
@@ -25,7 +25,7 @@
2525
"start": "npx webpack --config webpack.config.js",
2626
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
2727
"dev": "npx webpack --config webpack.config.js --watch",
28-
"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\"); }'"
28+
"postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
2929
},
3030
"repository": {
3131
"type": "git",

0 commit comments

Comments
 (0)