Skip to content

Commit b400f17

Browse files
authored
disable postinstall
1 parent 6af2ace commit b400f17

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
@@ -41,7 +41,7 @@
4141
"test:unit": "c8 --reporter=lcov --reporter text node --test",
4242
"test-ci": "run-s test:*",
4343
"test": "run-s check test:*",
44-
"postinstall": "node ./cli.js wrapper --postinstall"
44+
"//postinstall": "node ./cli.js wrapper --postinstall"
4545
},
4646
"devDependencies": {
4747
"@socketsecurity/eslint-config": "^3.0.1",

0 commit comments

Comments
 (0)