From 009fb739b8892f8517590e7c4e541a16b7a1ee15 Mon Sep 17 00:00:00 2001 From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:51:38 -0400 Subject: [PATCH] Add yarn run pack:web to linter (#4975) --- .github/workflows/linter.yml | 2 ++ 1 file changed, 2 insertions(+) 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