use --incremental to speed up builds

pull/1291/head
Audric Ackermann 5 years ago
parent d95dfdc04a
commit 41d5d272f5
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

1
.gitignore vendored

@ -41,3 +41,4 @@ tags
proxy.key
proxy.pub
tsconfig.tsbuildinfo

@ -48,7 +48,7 @@
"tslint": "tslint --format stylish --project .",
"format": "prettier --list-different --write `git ls-files --modified *.{css,js,json,scss,ts,tsx}` `git ls-files --modified ./**/*.{css,js,json,scss,ts,tsx}`",
"format-full": "prettier --list-different --write \"*.{css,js,json,scss,ts,tsx}\" \"./**/*.{css,js,json,scss,ts,tsx}\"",
"transpile": "tsc",
"transpile": "tsc --incremental",
"clean-transpile": "rimraf ts/**/*.js && rimraf ts/*.js",
"pow-metrics": "node metrics_app.js localhost 9000",
"ready": "yarn clean-transpile && yarn grunt && yarn lint-full && yarn test-node && yarn test-electron && yarn lint-deps"

Loading…
Cancel
Save