Skip to content

Commit

Permalink
fix: ensure bin/jq symlinked to node_modules/.bin (sanack#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfurlan committed Mar 5, 2024
1 parent e5a4eb8 commit d339ef9
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 @@ -18,7 +18,7 @@
"lint": "standard --verbose | snazzy",
"build": "swc ./src --delete-dir-on-start -d lib",
"copy-ts-defintions": "copyfiles src/*.d.ts lib -f",
"postinstall": "npm run install-binary",
"preinstall": "npm run install-binary",
"coverage": "nyc report --reporter=lcov",
"precodeclimate": "npm run coverage",
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
Expand Down

0 comments on commit d339ef9

Please sign in to comment.