Skip to content

Commit

Permalink
fix(toolchain): use workspace commands for github actions
Browse files Browse the repository at this point in the history
OUI-3074
  • Loading branch information
gillerr committed May 3, 2024
1 parent 83f058a commit fa91895
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npm run dist
- run: npm run test -ws
- run: npm run build -ws

0 comments on commit fa91895

Please sign in to comment.