Move format before ci

This commit is contained in:
Jacob Wallraff
2023-01-30 11:45:27 -08:00
parent 66d51c70c1
commit 12ccf97637
+1 -1
View File
@@ -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