1
0
mirror of synced 2025-12-09 07:04:14 +08:00

ci: postinstall for nuxt prepare

This commit is contained in:
YunYouJun
2025-10-06 20:20:22 +08:00
parent 442fd27a78
commit fc6335c03a
2 changed files with 5 additions and 3 deletions

View File

@@ -119,6 +119,9 @@ export default defineNuxtConfig({
basic: true, basic: true,
// utilities: true, // utilities: true,
}, },
config: {
mode: 'ios',
},
}, },
pwa, pwa,

View File

@@ -23,9 +23,8 @@
"start:generate": "npx serve .output/public", "start:generate": "npx serve .output/public",
"start": "node .output/server/index.mjs", "start": "node .output/server/index.mjs",
"lint": "eslint .", "lint": "eslint .",
"prepare": "nuxt prepare", "postinstall": "nuxt prepare",
"preview": "serve dist", "preview": "nuxt preview",
"preview-https": "serve dist",
"release": "bumpp", "release": "bumpp",
"sync": "cap sync", "sync": "cap sync",
"test": "vitest", "test": "vitest",