Skip to content

Commit

Permalink
Fix gateway 9
Browse files Browse the repository at this point in the history
  • Loading branch information
loicknuchel committed Jun 19, 2024
1 parent 428f734 commit 4192ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "tsc --noEmit && eslint .",
"lint:fix": "tsc --noEmit && eslint . --fix",
"build": "rm -rf ./out && tsc",
"build:do": "npm install --production=false && npm run build",
"build:do": "npm -v && node -v && npm install --production=false && npm run build",
"build:docker:prod": "docker build . -t azimutt-gateway --build-arg APP_ENV=production",
"preview": "node out/start.js",
"dry-publish": "pnpm run build && pnpm test && pnpm pack"
Expand Down

0 comments on commit 4192ac7

Please sign in to comment.