From 75316893db94347586eb78b40a2592aa49d2f4cc Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 9 Jan 2025 20:45:28 +0100 Subject: [PATCH] chore: use npm for build & deploy --- .build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 5c586be..84895b0 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,7 @@ image: alpine/edge packages: - nodejs + - npm - pnpm secrets: - 291f0e35-9b8d-43ff-844c-77c5f29c1876 @@ -12,7 +13,7 @@ tasks: pnpm i - build: | cd mcfly/site - pnpm run build + npm run build - deploy: | cd mcfly/site { @@ -21,4 +22,4 @@ tasks: set -x } export NETLIFY_AUTH_TOKEN - pnpm run deploy \ No newline at end of file + npm run deploy \ No newline at end of file