Skip to content

Commit

Permalink
Merge pull request #3843 from BitGo/WP-508/fix-express-script
Browse files Browse the repository at this point in the history
  • Loading branch information
zahin-mohammad authored Aug 25, 2023
2 parents 57f4bd2 + cd2b231 commit f0ee47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"prepare": "husky install",
"sdk-coin:new": "yo ./scripts/sdk-coin-generator && yarn update-dockerfile",
"build-docker-express": "yarn update-dockerfile && docker build --platform=linux/amd64 -t bitgo/express:latest -t bitgo/express:$(jq -r .version < modules/express/package.json) .",
"push-docker-express": "docker push bitgo/express:latest bitgo/express:$(jq -r .version < modules/express/package.json)",
"push-docker-express": "docker push bitgo/express:latest && docker push bitgo/express:$(jq -r .version < modules/express/package.json)",
"update-dockerfile": "ts-node scripts/update-dockerfile.ts",
"precommit": "lint-staged",
"lint-fix": "lerna run lint --parallel -- --fix",
Expand Down

0 comments on commit f0ee47c

Please sign in to comment.