Skip to content

Commit

Permalink
Update workflows for new npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Jan 31, 2022
1 parent 5ab1dce commit d590c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:

- name: Rebuild the dist/ directory
run: |
npm run build
npm run package
npm run build:compile
npm run build:package
- name: Compare the expected and actual dist/ directories
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- run: |
npm install
- run: |
npm run all
npm run build

0 comments on commit d590c12

Please sign in to comment.