Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Fixes #324
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Aug 19, 2019
1 parent a030649 commit ab2e261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package.json
src/load
src/generated
src/crypto/sha256.js
src/crypto/sha256.js
src/data/icons
src/partners/icons
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint src",
"flow": "flow src",
"test": "cross-env TZ=America/New_York jest src",
"ci-lint": "yarn lint && yarn flow",
"ci-lint": "yarn lint && yarn flow && prettier -l src/**/*.js",
"ci-test-common": "yarn test --runInBand",
"ci-test-tool": "yalc publish && cd tool && yarn && yalc add @ledgerhq/live-common && yarn build && yarn link && yarn test"
},
Expand Down

0 comments on commit ab2e261

Please sign in to comment.