Update build command

This commit is contained in:
2023-09-27 15:33:35 +07:00
parent 18e1f1ed18
commit 77ac0c2344
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/pages/*.html"
"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"
},
"keywords": [],
"author": "",