From c3cfd4d84bea6863c5d33e8aaa5759b9ce46bcab Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Fri, 17 Sep 2021 15:17:24 -0700 Subject: [PATCH] chore: disables caching when running the playground (#5498) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91a9d9182..7aaeeefc4 100644 --- a/package.json +++ b/package.json @@ -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",