Skip to content

Commit

Permalink
fix: make gen2 migration packages public
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi7cr committed Sep 23, 2024
1 parent 54ea664 commit a7832cb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/amplify-gen1-codegen-auth-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
],
"collectCoverage": true
},
"publishConfig": {
"access": "public"
},
"scripts": {
"pretest": "mkdir -p coverage",
"test": "jest --logHeapUsage",
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-gen1-codegen-data-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
],
"collectCoverage": true
},
"publishConfig": {
"access": "public"
},
"scripts": {
"pretest": "mkdir -p coverage",
"test": "jest --logHeapUsage",
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-gen1-codegen-function-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
],
"collectCoverage": true
},
"publishConfig": {
"access": "public"
},
"scripts": {
"pretest": "mkdir -p coverage",
"test": "jest --logHeapUsage",
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-gen1-codegen-storage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
],
"collectCoverage": true
},
"publishConfig": {
"access": "public"
},
"scripts": {
"pretest": "mkdir -p coverage",
"test": "jest --logHeapUsage",
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-gen2-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
],
"collectCoverage": true
},
"publishConfig": {
"access": "public"
},
"author": "",
"license": "Apache-2.0",
"description": "",
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-migration-codegen-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
],
"collectCoverage": true
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "exit 0",
"pretest": "mkdir -p coverage",
Expand Down
3 changes: 3 additions & 0 deletions packages/amplify-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"type": "commonjs",
"main": "lib/index.js",
"bin": "lib/migrate.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "jest --logHeapUsage",
Expand Down

0 comments on commit a7832cb

Please sign in to comment.