From 240f9d3bbce27ee2ed653bfb21c51cf597262134 Mon Sep 17 00:00:00 2001 From: Kartik Choudhary Date: Mon, 15 Jun 2020 20:11:28 +0530 Subject: [PATCH] Disable caching to fix tooltip bugs --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",