npm prebuild
This commit is contained in:
parent
b2e489d705
commit
7c1869a5d0
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
"build": "vite build && node scripts/write-version.js",
|
"prebuild" : "node scripts/write-version.js",
|
||||||
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.json",
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.json",
|
||||||
"lint:fix": "npm run lint -- --fix",
|
"lint:fix": "npm run lint -- --fix",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue