docs: extra scripts

This commit is contained in:
Anthony Potdevin 2022-11-30 23:26:01 +01:00
parent acdf43da20
commit a53918e30d
No known key found for this signature in database
GPG key ID: 4403F1DFBE779457

View file

@ -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": {