Update workflows for new npm commands

This commit is contained in:
Jonathan Clem
2022-01-31 15:50:18 -05:00
parent 5ab1dce1a1
commit d590c1273d
2 changed files with 3 additions and 3 deletions

View File

@@ -33,8 +33,8 @@ jobs:
- name: Rebuild the dist/ directory - name: Rebuild the dist/ directory
run: | run: |
npm run build npm run build:compile
npm run package npm run build:package
- name: Compare the expected and actual dist/ directories - name: Compare the expected and actual dist/ directories
run: | run: |

View File

@@ -17,4 +17,4 @@ jobs:
- run: | - run: |
npm install npm install
- run: | - run: |
npm run all npm run build