Skip to content

Commit

Permalink
update github action to use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Assem-Uber committed Feb 18, 2024
1 parent 75331be commit b0ff426
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'
- run: corepack enable pnpm
- run: pnpm i --frozen-lockfile
- run: npm ci
#- run: npm run lint:check
#- run: npm run test:unit
#- run: npm run test-server &
#- run: npm run test
- run: pnpm run build
- run: npm run build

0 comments on commit b0ff426

Please sign in to comment.