mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-10 22:19:31 +00:00
chore: typo
This commit is contained in:
2
.github/workflows/ftp-schedule.yml
vendored
2
.github/workflows/ftp-schedule.yml
vendored
@@ -4,7 +4,7 @@ name: schedule-push-to-ftp
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 15 * * *'
|
- cron: '0 20 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
schedule-push-to-ftp:
|
schedule-push-to-ftp:
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
"bootstrap": "yarn install",
|
"bootstrap": "yarn install",
|
||||||
"serve": "npx --max_old_space_size=4096 vite",
|
"serve": "npx --max_old_space_size=4096 vite",
|
||||||
"dev": "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",
|
"build:no-cache": "yarn clean:cache && npm run build",
|
||||||
"report": "cross-env REPORT=true npm run build ",
|
"report": "cross-env REPORT=true npm run build ",
|
||||||
"preview": "npm run build && vite preview",
|
"preview": "npm run build && vite preview",
|
||||||
|
Reference in New Issue
Block a user