Skip to content

Commit

Permalink
Use --build for tsc compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Feb 16, 2019
1 parent ffd9149 commit bc70099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ember-cli-eyeglass/package.json
Expand Up @@ -8,8 +8,8 @@
},
"main": "index.js",
"scripts": {
"prepare": "tsc",
"pretest": "tsc",
"prepare": "tsc --build",
"pretest": "tsc --build",
"build": "ember build",
"lint": "eslint --ext ts --format visualstudio .",
"lintfix": "eslint --ext ts --fix .",
Expand Down

0 comments on commit bc70099

Please sign in to comment.