mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
chore: start command uses tsc watch (#6577)
This commit is contained in:
committed by
GitHub
parent
75c8eb2eb5
commit
8db4eb0a41
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user