Remove unecessary code

This commit is contained in:
2023-09-27 15:35:16 +07:00
parent 77ac0c2344
commit 40d9f37f1b
+1 -2
View File
@@ -2,10 +2,9 @@
"name": "typescript-practice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"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"
"build": "parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir dist"
},
"keywords": [],
"author": "",