From 12ccf97637d01cc51fd5370a6b8a04da4c954312 Mon Sep 17 00:00:00 2001 From: Jacob Wallraff Date: Mon, 30 Jan 2023 11:45:27 -0800 Subject: [PATCH] Move format before ci --- .github/workflows/buildtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index 3021880..cd4e113 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -18,9 +18,9 @@ jobs: node-version: 16.15 cache: 'npm' registry-url: 'https://npm.pkg.github.com' + - run: npm run format-check -ws - run: npm ci env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: npm run format-check -ws - run: npm run build -ws - run: npm test -ws