Skip to content

Commit

Permalink
no pnpm on alpine :(
Browse files Browse the repository at this point in the history
  • Loading branch information
skovati committed Nov 13, 2023
1 parent 78847b6 commit 19edef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image: alpine/latest
packages:
- pnpm
- npm
- hut
- git
oauth: pages.sr.ht/PAGES:RW
Expand All @@ -9,8 +9,8 @@ environment:
tasks:
- build: |
cd website
pnpm install
pnpm run build
npm install
npm run build
du -hs dist
- package: |
tar -C website/dist -czvf $site.tgz .
Expand Down

0 comments on commit 19edef6

Please sign in to comment.