Commit 411eef844c08c1b37b2bc0981b04e738632e83a6
1 parent
b25ceb42
chore: typo
Showing
2 changed files
with
2 additions
and
2 deletions
.github/workflows/ftp-schedule.yml
package.json
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | "bootstrap": "yarn install", |
11 | 11 | "serve": "npx --max_old_space_size=4096 vite", |
12 | 12 | "dev": "npx --max_old_space_size=4096 vite", |
13 | - "build": "esno ./build/script/postBuild.ts", | |
13 | + "build": "vite build && esno ./build/script/postBuild.ts", | |
14 | 14 | "build:no-cache": "yarn clean:cache && npm run build", |
15 | 15 | "report": "cross-env REPORT=true npm run build ", |
16 | 16 | "preview": "npm run build && vite preview", | ... | ... |