We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38ca63 commit 976b9e6Copy full SHA for 976b9e6
.github/workflows/main.yml
@@ -34,8 +34,8 @@ jobs:
34
node-version: ${{ matrix.node-version }}
35
cache: 'npm'
36
- run: npm ci --workspaces --include-workspace-root
37
+ - run: npm run build --ws --if-present
38
- run: npm run lint
39
- run: npm run format
40
+ - run: npm test --workspaces --if-present
41
- run: npm run build:debug --ws --if-present
- - run: npm run build --ws --if-present
- - run: npm test --workspaces
0 commit comments