Skip to content

Commit

Permalink
Merge pull request #1250 from paritytech/dependabot/npm_and_yarn/java…
Browse files Browse the repository at this point in the history
…script/prettier-3.0.2

chore(deps-dev): bump prettier from 3.0.1 to 3.0.2 in /javascript
  • Loading branch information
mergify[bot] authored Aug 16, 2023
2 parents e8f1d7f + 064e392 commit ff9d65d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions javascript/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 javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"prettier-plugin-organize-imports": "^3.2.3"
},
"workspaces": [
Expand Down
5 changes: 2 additions & 3 deletions javascript/packages/orchestrator/src/orchestrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ export async function start(

try {
// Parse and build Network definition
const networkSpec: ComputedNetwork = await generateNetworkSpec(
launchConfig,
);
const networkSpec: ComputedNetwork =
await generateNetworkSpec(launchConfig);

// IFF there are network references in cmds we need to switch to concurrency 1
if (TOKEN_PLACEHOLDER.test(JSON.stringify(networkSpec))) {
Expand Down

0 comments on commit ff9d65d

Please sign in to comment.