diff --git a/typescript-practice/package.json b/typescript-practice/package.json index 98c63e6..40253f5 100644 --- a/typescript-practice/package.json +++ b/typescript-practice/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "start": "parcel src/pages/*.html" + "start": "parcel src/pages/*.html", + "build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir dist" }, "keywords": [], "author": "",