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", "name": "practice-01",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "Practice html-css-training-one",
"source": "src/index.html",
"main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "start": "rm -rf dist && rm -rf .parcel-cache && parcel ./src/pages/*.html --no-cache --no-source-maps",
"start": "parcel --no-cache" "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": [], "keywords": [],
"author": "", "author": "",