Skip to content

Commit

Permalink
fix: Failing LM start
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed May 27, 2024
1 parent 3d8acec commit 1c230f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lock-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dev.start": "set -o allexport; source .env ; set +o allexport; npm run build && npm run start",
"dev.build-image": "source .env; docker build -t $REGISTRY_URL/$SERVICE_NAME:$IMAGE_TAG .",
"dev.k8-deploy": "./deployment/pit/deploy.sh",
"start": "node $LOCK_MANAGER_NODE_OPTIONS dist/src/index.js",
"start": "node $LOCK_MANAGER_NODE_OPTIONS dist/index.js",
"migrate": "npx node-pg-migrate",
"migrate:up": "npm run migrate up",
"migrate:down": "npm run migrate down",
Expand Down

0 comments on commit 1c230f3

Please sign in to comment.