Add yarn run pack:web to linter (#4975)

This commit is contained in:
ChunkyProgrammer 2024-04-17 18:51:38 -04:00 committed by GitHub
parent fa66e82a56
commit 009fb739b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -27,3 +27,5 @@ jobs:
- run: yarn run lint
# let's verify that webpack is able to package the project
- run: yarn run pack
# verify that webpack is able to package the project using the web config
- run: yarn run pack:web