diff --git a/package.json b/package.json index 57bf8f995f6b..c028f60eafb4 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "scheduling-profiler-prototype", "version": "0.0.1", "scripts": { - "build": "parcel build index.html", + "build": "parcel build index.html --no-cache", "prettier": "prettier --write '**/*.{js,json,css}'", - "start": "parcel index.html" + "start": "parcel index.html --no-cache" }, "author": "Brian Vaughn ", "license": "MIT",