Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 5, 2023
1 parent daa0257 commit 6e7ff85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dist"
],
"scripts": {
"build": "tsc && docker build --load -t bref/local-api-gateway .",
"docker-publish": "npm run build && docker build --push --platform linux/amd64,linux/arm64 -t bref/local-api-gateway .",
"build": "tsc && docker buildx build --load -t bref/local-api-gateway .",
"docker-publish": "npm run build && docker buildx build --push --platform linux/amd64,linux/arm64 -t bref/local-api-gateway .",
"lint": "eslint .",
"test": "vitest"
},
Expand Down

0 comments on commit 6e7ff85

Please sign in to comment.