Update structure code

This commit is contained in:
2023-08-22 16:59:21 +07:00
parent b1d7a80def
commit dafb4c9060
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "loi-phan-internship",
"scripts": {
"start": "parcel ./src/*.html --no-cache --no-source-maps",
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/*.html --no-cache --no-source-maps --dist-dir dist"
"start": "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 dist"
},
"author": "",
"license": "ISC",