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