Skip to content

Commit

Permalink
Merge pull request #5 from MLH-Fellowship/parcel-patch
Browse files Browse the repository at this point in the history
Disable parcel caching to fix tooltips
  • Loading branch information
kartikcho committed Jun 16, 2020
2 parents 831357b + 240f9d3 commit 56e9bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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 <bvaughn@fb.com>",
"license": "MIT",
Expand Down

0 comments on commit 56e9bb1

Please sign in to comment.