Skip to content

Commit

Permalink
[core] Fix incorrect npm script in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Feb 16, 2022
1 parent af367d9 commit c75dac3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build public packages
run: npm run build:public
- name: Build private packages
run: npm run build:private
run: npm run build:all
- name: Run syncpack, eslint, tsc and jest
run: npm test

0 comments on commit c75dac3

Please sign in to comment.