From 0e6f8c325fe71f356d3065d2e0e8a73562ffbf4f Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Thu, 7 Dec 2023 15:51:16 -0600 Subject: [PATCH] Use `yarn dev` to standardize with other config files --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5477206..f16eb95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,9 +53,7 @@ jobs: with: node-version: lts/* cache: 'yarn' - - run: yarn install --frozen-lockfile --prefer-offline - - run: yarn compile - - run: yarn --cwd ./website install --frozen-lockfile --prefer-offline + - run: yarn dev - run: yarn --cwd ./website type-check - run: yarn --cwd ./website build publish: