Skip to content

Commit a8a80a2

Browse files
author
Ahmed Hamouda
committed
fix: fix environments workspace
1 parent 1206829 commit a8a80a2

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

environments/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
"private": true,
33
"name": "@aws-amplify/ui-environments",
44
"version": "0.0.1",
5+
"workspaces": [
6+
"ai",
7+
"ai/gen2",
8+
"auth",
9+
"auth/gen2/*",
10+
"datastore",
11+
"geo",
12+
"liveness",
13+
"storage",
14+
"storage/gen2",
15+
"in-app-messaging"
16+
],
517
"scripts": {
618
"ai": "yarn --cwd ai/",
719
"auth": "yarn --cwd auth/",

environments/yarn.lock

Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)