mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
chore: disables caching when running the playground (#5498)
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
"publish:beta": "gulp publishBeta",
|
||||
"recompile": "gulp recompile",
|
||||
"release": "gulp gitCreateRC",
|
||||
"start": "http-server ./ -o /tests/playground.html",
|
||||
"start": "http-server ./ -o /tests/playground.html -c-1",
|
||||
"test": "tests/run_all_tests.sh",
|
||||
"test:generators": "tests/scripts/run_generators.sh",
|
||||
"test:compile:advanced": "gulp buildAdvancedCompilationTest",
|
||||
|
||||
Reference in New Issue
Block a user