chore: fix .build.yml

This commit is contained in:
Ayo Ayco 2025-01-09 19:58:26 +01:00
parent 8d41b411ae
commit e28bff5d3e

View file

@ -1,6 +1,7 @@
image: archlinux image: archlinux
packages: packages:
- nodejs - nodejs
- npm
secrets: secrets:
- 46f739e5-4538-45dd-a79f-bf173b7a2ed9 - 46f739e5-4538-45dd-a79f-bf173b7a2ed9
environment: environment:
@ -8,8 +9,7 @@ environment:
tasks: tasks:
- setup: | - setup: |
cd mcfly/site cd mcfly/site
corepack enable npm i
pnpm i
- build: | - build: |
cd mcfly/site cd mcfly/site
NODE_ENV=production npm run build NODE_ENV=production npm run build