feat(pages): init cf:pages

This commit is contained in:
Haoyu Xu
2024-01-09 19:30:07 -05:00
parent ce440c4345
commit 8dc8a207f0
2 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
name: Build release and push to Github
on:
push:
branches: [ main ]
# on:
# push:
# branches: [ main ]
jobs:
build:

View File

@@ -20,7 +20,8 @@
"vite:directory:dev": "vite dev",
"vite:directory:build": "vite build",
"vite:directory:preview": "vite preview",
"offical_update": "node aklive2d offical_update"
"offical_update": "node aklive2d offical_update",
"cf:pages": "npm run build-all && npm run vite:directory:build"
},
"devDependencies": {
"@perfsee/rollup": "^1.10.0",