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
run: |
npm run build
npm run package
npm run build:compile
npm run build:package
- name: Compare the expected and actual dist/ directories
run: |

View File

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