Skip to content

Commit

Permalink
ci: updat client ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xibs committed Sep 28, 2024
1 parent e251637 commit 6b67b27
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/client_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
node-version: 18.x
# install dependencies using clean install to avoid package lock updates
- run: npm install -g pnpm
- run: cd client
- run: pnpm install --no-lockfile
- run: cd client && pnpm install --no-lockfile
# - run: pnpm ci
# build the project if necessary
- run: pnpm run build
- run: cd client && pnpm run build
# prettier and lint
- run: pnpm run lint
- run: pnpm run format
- run: cd client && pnpm run lint
- run: cd client && pnpm run format

0 comments on commit 6b67b27

Please sign in to comment.