chore: test build with netlify preset

This commit is contained in:
Ayo Ayco 2025-01-09 20:17:13 +01:00
parent ff931af35f
commit 96833fd70b
2 changed files with 1 additions and 2 deletions

View file

@ -1,11 +1,9 @@
image: alpine/edge
packages:
- nodejs
- corepack
- pnpm
tasks:
- install-deps: |
corpack enable
cd mcfly/site
pnpm i
- build: |

View file

@ -8,6 +8,7 @@ export default defineMcFlyConfig({
},
plugins: [testPlugin()],
nitro: {
preset: 'netlify',
devServer: {
watch: ['../packages'],
},