Skip to content

Commit

Permalink
rm extra script
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Nov 16, 2021
1 parent 45ed914 commit a2f1dca
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 @@ -23,8 +23,7 @@
"build:watch": "tsc -w",
"coverage": "jest --coverage --coverageReporters=\"text\"",
"coverage-report": "jest --coverage",
"prepublishOnly": "npm run build && npm run ts-check && npm run coverage-report && npm run lint",
"ts-check": "tsc --noEmit"
"prepublishOnly": "npm run build && npm run coverage-report && npm run lint"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a2f1dca

Please sign in to comment.