Skip to content

Commit

Permalink
chore: build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Dec 10, 2021
1 parent e4a505e commit fe8f297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"build": "tsc -p tsconfig.release.json",
"build:watch": "tsc -w -p tsconfig.release.json",
"lint": "eslint . --ext .ts,.tsx",
"pretest": "yarn build",
"test": "jest --coverage",
"test:watch": "jest --watch",
"prerelease": "yarn build",
Expand Down

0 comments on commit fe8f297

Please sign in to comment.