chore: disables caching when running the playground (#5498)

This commit is contained in:
alschmiedt
2021-09-17 15:17:24 -07:00
committed by GitHub
parent e288c46526
commit c3cfd4d84b

View File

@@ -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",