Skip to content

Commit

Permalink
Update workspace config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Nov 21, 2023
1 parent 4addda7 commit 8f47554
Show file tree
Hide file tree
Showing 3 changed files with 16,217 additions and 23 deletions.
23 changes: 0 additions & 23 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
{
"npmClient": "yarn",
"packages": [
"packages/core",
"packages/auth",
"packages/analytics",
"packages/predictions",
"packages/storage",
"packages/aws-amplify",
"packages/adapter-nextjs",
"packages/geo",
"packages/api",
"packages/api-rest",
"packages/api-graphql",
"packages/datastore",
"packages/datastore-storage-adapter",
"packages/interactions",
"packages/pubsub",
"packages/rtn-web-browser",
"packages/notifications",
"packages/rtn-push-notification",
"packages/react-native",
"packages/react-native/example",
"scripts/tsc-compliance-test"
],
"exact": true,
"version": "independent",
"useNx": false,
Expand Down
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,35 @@
"ts-coverage": "lerna run ts-coverage",
"prepare": "./scripts/set-preid-versions.sh"
},
"workspaces": {
"packages": [
"packages/core",
"packages/auth",
"packages/analytics",
"packages/predictions",
"packages/storage",
"packages/aws-amplify",
"packages/adapter-nextjs",
"packages/geo",
"packages/api",
"packages/api-rest",
"packages/api-graphql",
"packages/datastore",
"packages/datastore-storage-adapter",
"packages/interactions",
"packages/pubsub",
"packages/rtn-web-browser",
"packages/notifications",
"packages/rtn-push-notification",
"packages/react-native",
"packages/react-native/example",
"scripts/tsc-compliance-test"
],
"nohoist": [
"**/@types/react-native",
"**/@types/react-native/**"
]
},
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-js.git"
Expand All @@ -50,6 +79,7 @@
"@babel/core": "7.17.2",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@lerna/legacy-package-management": "^7.4.2",
"@size-limit/dual-publish": "^8.1.0",
"@size-limit/file": "^8.1.0",
"@size-limit/webpack": "^8.1.0",
Expand Down
Loading

0 comments on commit 8f47554

Please sign in to comment.