Skip to content

Commit

Permalink
#788 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Oct 27, 2023
1 parent d6bebdf commit 6c77bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache: 'npm'
- run: npm ci
# Lint the source files
- run: ./node_modules/.bin/ts-node ./index.ts --help
- run: npm start -- --help
- run: npm run lint

# TODO(cemmer): check for deprecated dependencies
Expand Down

0 comments on commit 6c77bf5

Please sign in to comment.