Skip to content

Commit

Permalink
chore: switches to use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmontgomery committed Mar 1, 2024
1 parent 90aea97 commit fea3da4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/backend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ on:

jobs:
build:
defaults:
run:
working-directory: backend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run build
- uses: pnpm/action-setup@v2
- run: pnpm i --filter=backend
- run: pnpm run --filter=backend build
env:
NODE_ENV: production
11 changes: 11 additions & 0 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fea3da4

Please sign in to comment.