Skip to content

Commit

Permalink
test: tsc before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alemagio committed Jun 6, 2021
1 parent c2dbdb9 commit 34053e0
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 @@ -14,7 +14,7 @@
"coverage": "tap --cov --coverage-report=html test",
"lint": "ts-standard",
"unit": "tap --no-coverage test/*.test.ts",
"test": "npm run lint && npm run unit",
"test": "tsc && npm run lint && npm run unit",
"pretest": "docker-compose --file docker-compose.test.yml up -d",
"posttest": "docker-compose --file docker-compose.test.yml down"
},
Expand Down

0 comments on commit 34053e0

Please sign in to comment.