Spaces:
Build error
Build error
Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
| 8 |
"build": "vite build",
|
| 9 |
"build:dev": "vite build --mode development",
|
| 10 |
"lint": "eslint .",
|
| 11 |
-
"build:config": "tsc -p tsconfig.build.json"
|
|
|
|
| 12 |
},
|
| 13 |
|
| 14 |
"dependencies": {
|
|
|
|
| 8 |
"build": "vite build",
|
| 9 |
"build:dev": "vite build --mode development",
|
| 10 |
"lint": "eslint .",
|
| 11 |
+
"build:config": "tsc -p tsconfig.build.json"
|
| 12 |
+
}
|
| 13 |
},
|
| 14 |
|
| 15 |
"dependencies": {
|