Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 18, 2023
1 parent ec962d1 commit a02b370
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- main
pull_request:


env:
NX_CLOUD_DISTRIBUTED_EXECUTION: true
NX_CLOUD_DISTRIBUTED_EXECUTION_AGENT_COUNT: 3
Expand Down Expand Up @@ -86,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
agent: [ 1, 2, 3 ]
agent: [1, 2, 3]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
"volta": {
"extends": "../../package.json"
}
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"node": ">=18.16.0",
"pnpm": ">=8.6.2"
},
"volta": {
"node": "18.16.0",
"pnpm": "8.6.2"
},
"pnpm": {
"patchedDependencies": {
"@types/[email protected]": "patches/@[email protected]"
}
},
"volta": {
"node": "18.16.0",
"pnpm": "8.6.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"volta": {
"extends": "../../../package.json"
}
}
}
2 changes: 1 addition & 1 deletion packages/config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
"volta": {
"extends": "../../../package.json"
}
}
}
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"volta": {
"extends": "../../../package.json"
}
}
}
2 changes: 1 addition & 1 deletion packages/config/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"volta": {
"extends": "../../../package.json"
}
}
}
2 changes: 1 addition & 1 deletion packages/config/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"volta": {
"extends": "../../../package.json"
}
}
}
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"volta": {
"extends": "../../package.json"
}
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
"volta": {
"extends": "../../package.json"
}
}
}

0 comments on commit a02b370

Please sign in to comment.