Skip to content

Commit

Permalink
Skip dev dependencies for old-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 17, 2022
1 parent 1043ef5 commit c36babb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/old-test.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install --ignore-scripts
run: npm install --ignore-scripts --production

- name: Test that the command line program exits cleanly.
run: ./bin/cmd.cjs
Expand Down

0 comments on commit c36babb

Please sign in to comment.