Incremental compile ts

pull/6955/head
Greg Finley 2020-07-08 10:22:24 -07:00
parent e1a9188370
commit 48cc8f3662
8 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -19,6 +19,7 @@ dist/
node_modules/
local/
ui/*/npm-debug.log
ui/*/tsconfig.tsbuildinfo
hs_*.log
yarn-error.log

View File

@ -14,7 +14,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"compile": "../../node_modules/typescript/bin/tsc --incremental",
"dev": "yarn run compile",
"prod": "yarn run compile"
},

View File

@ -8,7 +8,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc --outDir ./dist --declaration --inlineSourceMap",
"compile": "../../node_modules/typescript/bin/tsc --incremental --outDir ./dist --declaration --inlineSourceMap",
"dev": "yarn run compile && rollup --config",
"prod": "yarn run compile && rollup --config --config-prod"
},

View File

@ -12,7 +12,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"compile": "../../node_modules/typescript/bin/tsc --incremental",
"dev": "yarn run compile",
"prod": "yarn run compile"
},

View File

@ -11,7 +11,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"compile": "../../node_modules/typescript/bin/tsc --incremental",
"dev": "yarn run compile",
"prod": "yarn run compile"
},

View File

@ -13,7 +13,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"compile": "../../node_modules/typescript/bin/tsc --incremental",
"dev": "yarn run compile",
"prod": "yarn run compile"
},

View File

@ -15,7 +15,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"compile": "../../node_modules/typescript/bin/tsc --incremental",
"dev": "yarn run compile",
"prod": "yarn run compile"
},

View File

@ -12,7 +12,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"compile": "../../node_modules/typescript/bin/tsc --incremental",
"dev": "yarn run compile",
"prod": "yarn run compile"
},