Browse Source

chore: typo

Vben 4 years ago
parent
commit
411eef844c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/ftp-schedule.yml
  2. 1 1
      package.json

+ 1 - 1
.github/workflows/ftp-schedule.yml

@@ -4,7 +4,7 @@ name: schedule-push-to-ftp
 on:
   push:
   schedule:
-    - cron: '0 15 * * *'
+    - cron: '0 20 * * *'
 
 jobs:
   schedule-push-to-ftp:

+ 1 - 1
package.json

@@ -10,7 +10,7 @@
     "bootstrap": "yarn install",
     "serve": "npx --max_old_space_size=4096 vite",
     "dev": "npx --max_old_space_size=4096 vite",
-    "build": "esno ./build/script/postBuild.ts",
+    "build": "vite build && esno ./build/script/postBuild.ts",
     "build:no-cache": "yarn clean:cache && npm run build",
     "report": "cross-env REPORT=true npm run build ",
     "preview": "npm run build && vite preview",