ci: postinstall for nuxt prepare
This commit is contained in:
@@ -119,6 +119,9 @@ export default defineNuxtConfig({
|
|||||||
basic: true,
|
basic: true,
|
||||||
// utilities: true,
|
// utilities: true,
|
||||||
},
|
},
|
||||||
|
config: {
|
||||||
|
mode: 'ios',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
pwa,
|
pwa,
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user