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 a91e981
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
23 changes: 7 additions & 16 deletions package-lock.json

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

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 a91e981

Please sign in to comment.