From 5416b1696936dec509b515a9406da6589742b92b Mon Sep 17 00:00:00 2001 From: Nez27 Date: Mon, 3 Jul 2023 17:11:24 +0700 Subject: [PATCH] Update package.json file --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0edb57f..7c3eaff 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "practice-01", "version": "1.0.0", - "description": "", - "source": "src/index.html", - "main": "index.js", + "description": "Practice html-css-training-one", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "parcel --no-cache" + "start": "rm -rf dist && rm -rf .parcel-cache && parcel ./src/pages/*.html --no-cache --no-source-maps", + "build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir build", + "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "",