chore: start command uses tsc watch (#6577)

This commit is contained in:
Maribeth Bottorff
2022-10-25 13:11:39 -07:00
committed by GitHub
parent 75c8eb2eb5
commit 8db4eb0a41
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@@ -22,7 +22,7 @@
"chai": "^4.2.0",
"clang-format": "^1.6.0",
"closure-calculate-chunks": "^3.0.2",
"concurrently": "^7.0.0",
"concurrently": "^7.4.0",
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^39.3.6",

View File

@@ -48,7 +48,7 @@
"publish:beta": "gulp publishBeta",
"recompile": "gulp recompile",
"release": "gulp gitCreateRC",
"start": "http-server ./ -o /tests/playground.html -c-1",
"start": "concurrently -n tsc,server \"tsc --watch --preserveWatchOutput --outDir 'build/src' --declarationDir 'build/declarations'\" \"http-server ./ -s -o /tests/playground.html -c-1\"",
"test": "tests/run_all_tests.sh",
"test:generators": "tests/scripts/run_generators.sh",
"test:mocha:interactive": "http-server ./ -o /tests/mocha/index.html -c-1",
@@ -76,7 +76,7 @@
"chai": "^4.2.0",
"clang-format": "^1.6.0",
"closure-calculate-chunks": "^3.0.2",
"concurrently": "^7.0.0",
"concurrently": "^7.4.0",
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^39.3.6",