chore: fix .build.yml
This commit is contained in:
parent
8d41b411ae
commit
e28bff5d3e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue