Skip to content

Commit

Permalink
-D
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Sep 9, 2024
1 parent 3eb663a commit 41773e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
path: ${{ github.workspace }}/node_modules
key: ${{ runner.OS }}-${{ matrix.node-version}}-node_modules-${{ hashFiles('yarn.lock') }}
- run: yarn --frozen-lockfile
- run: yarn add -d @types/node@${{ matrix.node-version }}
- run: yarn add -D @types/node@${{ matrix.node-version }}
- run: yarn tsc
- run: yarn lint --max-warnings=0
- run: yarn test --coverage
Expand Down

0 comments on commit 41773e1

Please sign in to comment.