Skip to content

Commit

Permalink
docs: extra scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Nov 30, 2022
1 parent acdf43d commit a53918e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json",
"upgrade-latest": "npx npm-check -u",
"update": "sh ./scripts/updateToLatest.sh",
"build:image": "docker build --pull --rm -f Dockerfile -t thunderhub:balances '.'",
"build:image:base": "docker build --pull --rm -f Dockerfile --build-arg BASE_PATH=/thub -t thunderhub:balances .",
"prepare": "husky install"
},
"dependencies": {
Expand Down

0 comments on commit a53918e

Please sign in to comment.