From 77ac0c23448e0a08a1def56a70c7885689d2ac5d Mon Sep 17 00:00:00 2001 From: Loi Phan Date: Wed, 27 Sep 2023 15:33:35 +0700 Subject: [PATCH] Update build command --- typescript-practice/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": "",