Avoid runnning unit tests to verify outputs

This commit is contained in:
Daz DeBoer 2022-09-22 07:58:37 -06:00
parent 8a17724c3e
commit aeb3e0fcd7
No known key found for this signature in database
GPG Key ID: DD6B9F0B06683D5D

View File

@ -19,7 +19,7 @@ jobs:
- name: Build
run: |
npm install
npm run all
npm run build
- name: Compare the expected and actual dist/ directories
run: |