From 40d9f37f1b47957433afafd69a8259174be4f613 Mon Sep 17 00:00:00 2001 From: Loi Phan Date: Wed, 27 Sep 2023 15:35:16 +0700 Subject: [PATCH] Remove unecessary code --- typescript-practice/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/typescript-practice/package.json b/typescript-practice/package.json index 40253f5..9717bef 100644 --- a/typescript-practice/package.json +++ b/typescript-practice/package.json @@ -2,10 +2,9 @@ "name": "typescript-practice", "version": "1.0.0", "description": "", - "main": "index.js", "scripts": { "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" + "build": "parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir dist" }, "keywords": [], "author": "",