1
0
mirror of synced 2025-12-14 02:38:02 +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,
// utilities: true,
},
config: {
mode: 'ios',
},
},
pwa,

View File

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