From e28bff5d3ec17642aacc2e9fd4efc5c663a37438 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 9 Jan 2025 19:58:26 +0100 Subject: [PATCH] chore: fix .build.yml --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 6ba3c78..62bf0a4 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,7 @@ image: archlinux packages: - nodejs + - npm secrets: - 46f739e5-4538-45dd-a79f-bf173b7a2ed9 environment: @@ -8,8 +9,7 @@ environment: tasks: - setup: | cd mcfly/site - corepack enable - pnpm i + npm i - build: | cd mcfly/site NODE_ENV=production npm run build