1
0
Fork 0

Add noEmit to check-all

pull/6/head
Jonathan Clem 2019-05-21 10:45:28 -04:00
parent 1cfd9cc9b7
commit a822329e9c
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run tsc",
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build\"",
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build -- -- --noEmit\"",
"format": "prettier --write packages/*/src/**/*.ts",
"format-check": "prettier --check packages/*/src/**/*.ts",
"lint": "eslint packages/*/src/**/*.ts",