Update package.json file

This commit is contained in:
2023-07-03 17:11:24 +07:00
parent 1be239c01b
commit 5416b16969
+4 -5
View File
@@ -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": "",