Skip to content

Commit

Permalink
feat: add missing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Jun 20, 2024
1 parent 24e2e24 commit be59285
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
"Ironfish"
],
"scripts": {
"build": "tsc"
"build": "tsc",
"format": "FORCE_COLOR=1 prettier --write . && sort-package-json",
"format:check": "FORCE_COLOR=1 prettier --check .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "yarn build && jest",
"upgrade": "bunx npm-check-updates -i"
},
"bugs": {
"url": "https://github.com/zondax/ledger-ironfish-js/issues"
Expand All @@ -38,6 +44,7 @@
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.2.0",
"prettier": "^3.3.2",
"sort-package-json": "^2.10.0",
"typescript": "^5.4.5"
},
"files": [
Expand Down

0 comments on commit be59285

Please sign in to comment.