🏗️ replace yarn with pnpm
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
a1ab8a78f2
commit
303890c90b
6 changed files with 4196 additions and 4038 deletions
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
@ -19,13 +19,15 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '21'
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm install -g @pnpm/exe
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
run: pnpm install
|
||||
|
||||
- name: Build Astro website
|
||||
run: yarn build
|
||||
run: pnpm build
|
||||
|
||||
- name: Rsync files
|
||||
uses: burnett01/rsync-deployments@5.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue