diff --git a/.circleci/config.yml b/.circleci/config.yml index 124f044b..9acb770a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ jobs: path: test-results - run: name: Base Functionality Test - command: yarn playwright test + command: yarn build && yarn playwright test - run: name: Generate Builds (Linux) command: yarn dist -l -p never