Skip to content

Commit

Permalink
disable postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck authored Mar 7, 2024
1 parent 6af2ace commit b400f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:unit": "c8 --reporter=lcov --reporter text node --test",
"test-ci": "run-s test:*",
"test": "run-s check test:*",
"postinstall": "node ./cli.js wrapper --postinstall"
"//postinstall": "node ./cli.js wrapper --postinstall"
},
"devDependencies": {
"@socketsecurity/eslint-config": "^3.0.1",
Expand Down

0 comments on commit b400f17

Please sign in to comment.