Skip to content

Commit

Permalink
simplify tsc call
Browse files Browse the repository at this point in the history
  • Loading branch information
philschatz committed Dec 5, 2018
1 parent 4d339b1 commit abf042f
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 @@ -28,7 +28,7 @@
"server": "NODE_ENV=development node script/entry server/cli",
"codecov": "codecov",
"postinstall": "node ./script/postinstall",
"test": "npm run-script test:unit && npm run-script lint && npm run-script test:build && ./node_modules/.bin/tsc",
"test": "npm run-script test:unit && npm run-script lint && npm run-script test:build && tsc",
"test:unit": "jest --coverage --testPathPattern=\"(\\.|/)(browser)?spec\\.tsx?\"",
"test:build": "npm run-script build:clean && npm run-script test:sourcemap && npm run-script test:prerender",
"test:sourcemap": "node ./script/verifySourcemaps.js",
Expand Down

0 comments on commit abf042f

Please sign in to comment.