Skip to content

Commit

Permalink
🐛 Remove lint and coverage scripts from "all" script
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Feb 24, 2024
1 parent bf04abe commit 17ce5cb
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 @@ -34,7 +34,7 @@
"package": "ncc build src/main.ts --license licenses.txt",
"package:watch": "npm run package -- --watch",
"test": "jest",
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
"all": "npm run format:write && npm run test && npm run package"
},
"license": "MIT",
"jest": {
Expand Down

0 comments on commit 17ce5cb

Please sign in to comment.