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 cee4cea commit e4cd0b2Copy full SHA for e4cd0b2
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
key: ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
32
restore-keys: |
33
${{ runner.os }}-node-${{ matrix.node }}
34
- - run: cd package && npm ci
35
- - run: cd package && npm run lint
36
- - run: cd package && npm run test:coverage
+ - run: npm ci
+ - run: run lint
+ - run: test:coverage
37
0 commit comments