Skip to content

Commit

Permalink
fix: change order of workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Nov 3, 2023
1 parent 29f211e commit d585a48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
},
"workspaces": [
"packages/@types",
"packages/eslint-config-custom",
"packages/types",
"packages/logger",
"packages/common",
"packages/identity",
"packages/backend",
"packages/backend-bundle",
"packages/common",
"packages/state-manager",
"packages/desktop",
"packages/e2e-tests",
"packages/eslint-config-custom",
"packages/identity",
"packages/integration-tests",
"packages/logger",
"packages/mobile",
"packages/state-manager",
"packages/types"
"packages/integration-tests"
],
"engines": {
"node": "18.12.1",
Expand Down

0 comments on commit d585a48

Please sign in to comment.