Skip to content

Commit

Permalink
remove npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 20, 2023
1 parent 0e0b8a0 commit de5c760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"check:pq": "pretty-quick --staged",
"check:tsc": "tsc",
"check:es": "eslint \"src/**/*.ts\" --ignore-pattern=\"*.test.ts\"",
"checks": "yarn check:pq && yarn check:tsc && yarn check:es",
"tests:changedsince": "jest --verbose --onlyChanged --changedSince=origin/master"
"checks": "yarn check:pq && yarn check:tsc && yarn check:es"
},
"dependencies": {
"@0x/utils": "^4.5.2",
Expand Down

0 comments on commit de5c760

Please sign in to comment.