Update build scripts in package.json

This commit is contained in:
2023-08-22 10:43:18 +07:00
parent 2343883273
commit a583b8023f
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "loi-phan-internship", "description": "loi-phan-internship",
"scripts": { "scripts": {
"start": "parcel ./src/*.html --no-cache --no-source-maps", "start": "parcel ./src/*.html --no-cache --no-source-maps",
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/*.pug --no-cache --no-source-maps --dist-dir dist" "build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/*.html --no-cache --no-source-maps --dist-dir dist"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",