diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a10f2f3e2..962a5f55d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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