Skip to content

Commit

Permalink
fix: should not rebuild before test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Oct 24, 2023
1 parent 68da3c2 commit 3c24029
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"build": "ncc build src/index.ts --license licenses.txt",
"lint": "eslint .",
"pretest": "npm run build",
"run": "node dist/index.js",
"run:post": "STATE_isPost=true node dist/index.js",
"test": "jest"
Expand Down

0 comments on commit 3c24029

Please sign in to comment.