mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
chore: run build before and during interactive mocha (#7651)
This commit is contained in:
committed by
GitHub
parent
81b427f4ad
commit
bf91422c98
@@ -50,7 +50,7 @@
|
||||
"test": "gulp test",
|
||||
"test:browser": "cd tests/browser && npx mocha",
|
||||
"test:generators": "gulp testGenerators",
|
||||
"test:mocha:interactive": "http-server ./ -o /tests/mocha/index.html -c-1",
|
||||
"test:mocha:interactive": "npm run build && concurrently -n tsc,server \"tsc --watch --preserveWatchOutput --outDir \"build/src\" --declarationDir \"build/declarations\"\" \"http-server ./ -o /tests/mocha/index.html -c-1\"",
|
||||
"test:compile:advanced": "gulp buildAdvancedCompilationTest --debug",
|
||||
"updateGithubPages": "npm ci && gulp gitUpdateGithubPages"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user