Skip to content

Commit

Permalink
chore: add compile check to pretest (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Jun 25, 2020
1 parent 23fc15f commit f638f30
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 @@ -73,7 +73,7 @@
"build": "rm -rf lib && tsc",
"clean": "rm -f oclif.manifest.json",
"lint": "eslint . --ext .ts --config .eslintrc",
"pretest": "tsc -p test --noEmit",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"posttest": "yarn lint",
"prepublishOnly": "yarn run build && oclif-dev manifest && oclif-dev readme",
Expand Down

0 comments on commit f638f30

Please sign in to comment.