Skip to content

Commit 2c088f2

Browse files
authored
Add showing help, as a small little smoke test (#871)
1 parent c4a4c93 commit 2c088f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
4444
- run: npm install
4545
- run: npm run build
46+
- run: node src/index.js --help
4647

4748
unused-deps:
4849
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)