chore: test build with netlify preset
This commit is contained in:
parent
ff931af35f
commit
96833fd70b
2 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,9 @@
|
||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- nodejs
|
- nodejs
|
||||||
- corepack
|
|
||||||
- pnpm
|
- pnpm
|
||||||
tasks:
|
tasks:
|
||||||
- install-deps: |
|
- install-deps: |
|
||||||
corpack enable
|
|
||||||
cd mcfly/site
|
cd mcfly/site
|
||||||
pnpm i
|
pnpm i
|
||||||
- build: |
|
- build: |
|
||||||
|
|
|
@ -8,6 +8,7 @@ export default defineMcFlyConfig({
|
||||||
},
|
},
|
||||||
plugins: [testPlugin()],
|
plugins: [testPlugin()],
|
||||||
nitro: {
|
nitro: {
|
||||||
|
preset: 'netlify',
|
||||||
devServer: {
|
devServer: {
|
||||||
watch: ['../packages'],
|
watch: ['../packages'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue