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
|
||||
packages:
|
||||
- nodejs
|
||||
- corepack
|
||||
- pnpm
|
||||
tasks:
|
||||
- install-deps: |
|
||||
corpack enable
|
||||
cd mcfly/site
|
||||
pnpm i
|
||||
- build: |
|
||||
|
|
|
@ -8,6 +8,7 @@ export default defineMcFlyConfig({
|
|||
},
|
||||
plugins: [testPlugin()],
|
||||
nitro: {
|
||||
preset: 'netlify',
|
||||
devServer: {
|
||||
watch: ['../packages'],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue