Skip to content

Commit

Permalink
chore: update project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jun 29, 2023
1 parent 6a8c233 commit 199ce36
Show file tree
Hide file tree
Showing 197 changed files with 1,781 additions and 1,806 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
path = packages/use-hashed-state
url = [email protected]:PlasmoHQ/use-hashed-state.git
branch = main
[submodule "packages/storage"]
path = packages/storage
url = [email protected]:PlasmoHQ/storage.git
branch = main
[submodule "examples"]
path = examples
url = [email protected]:PlasmoHQ/examples.git
Expand All @@ -36,3 +32,7 @@
[submodule "packages/prettier-plugin-sort-imports"]
path = packages/prettier-plugin-sort-imports
url = https://github.com/PlasmoHQ/prettier-plugin-sort-imports.git
[submodule "api/storage"]
path = api/storage
url = [email protected]:PlasmoHQ/storage.git
branch = main
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"private": true,
"workspaces": [
"cli/*",
"api/*",
"core/*",
"packages/*",
"examples/*"
],
Expand All @@ -20,7 +22,8 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"### version script usage example": "pnpm v:cli patch",
"v:packages": "pnpm --filter \"./packages/**\" --parallel -r exec pnpm version --commit-hooks false --git-tag-version false --workspaces-update",
"v:parcel": "pnpm --filter \"./packages/parcel-*\" --parallel -r exec pnpm version --commit-hooks false --git-tag-version false --workspaces-update",
"v:core": "pnpm --filter \"./core/**\" --parallel -r exec pnpm version --commit-hooks false --git-tag-version false --workspaces-update",
"v:api": "pnpm --filter \"./core/api-*\" --parallel -r exec pnpm version --commit-hooks false --git-tag-version false --workspaces-update",
"v:cli": "pnpm --filter \"./cli/*\" --parallel -r exec pnpm version --commit-hooks false --git-tag-version false --workspaces-update"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 199ce36

Please sign in to comment.