Skip to content

Commit

Permalink
HARMONY-1671: Update dependencies and ensure npm install is not in pa…
Browse files Browse the repository at this point in the history
…rallel.
  • Loading branch information
chris-durbin committed Feb 19, 2024
1 parent c5a261d commit b008b9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start-dev-fast": "cd services/harmony && TS_NODE_TRANSPILE_ONLY=true ts-node-dev --no-notify -r tsconfig-paths/register --respawn --inspect=127.0.0.1:${DEBUG_PORT:-9200} app/server",
"update-dev": "npm install && lerna run build && bin/restart-services",
"watch-debug": "cd services/harmony && TS_NODE_TRANSPILE_ONLY=true nodemon --inspect=5858 -e ts,tsx,html --exec node -r tsconfig-paths/register -r ts-node/register app/server.ts",
"postinstall": "if test \"$NODE_ENV\" != \"production\" && test \"$LERNA\" != \"false\" ; then lerna exec -- npm install; fi",
"postinstall": "if test \"$NODE_ENV\" != \"production\" && test \"$LERNA\" != \"false\" ; then lerna exec --concurrency 1 -- npm install; fi",
"build": "lerna exec --scope=harmony -- VERSION=${VERSION:-latest} npm run build",
"build-sequential": "lerna exec --ignore harmony --concurrency 1 -- VERSION=${VERSION:-latest} npm run build",
"build-all": "lerna exec --ignore harmony -- VERSION=${VERSION:-latest} npm run build",
Expand Down

0 comments on commit b008b9c

Please sign in to comment.