diff --git a/client/package.json b/client/package.json index 29c7e718..6dfefe3f 100755 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "parcel index.html --port 40080", - "build": "parcel build index.html", + "build": "rm -rf dist && parcel build index.html", "lint": "eslint --fix src/", "test": "echo \"Error: no test specified\" && exit 1" },