Skip to content

Commit

Permalink
remove --production (LedgerHQ#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman authored May 17, 2021
1 parent b9dcff0 commit 420b012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 12.x
- name: install dependencies
run: yarn install --production
run: yarn
- name: test
run: yarn test
- name: test no git diff
Expand Down

0 comments on commit 420b012

Please sign in to comment.