Skip to content

Commit

Permalink
fix: duplicate file to src instead of using copyfiles library
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed Dec 12, 2023
1 parent e17bc1e commit 7686044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-environment-parameters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rimraf lib tsconfig.tsbuildinfo node_modules src/schemas",
"test": "jest --logHeapUsage",
"extract-api": "ts-node ../../scripts/extract-api.ts",
"generate-schemas": "mkdirp lib/schemas src/schemas && ts-json-schema-generator --path src/backend-parameters.d.ts --type BackendParameters --no-type-check --out lib/schemas/BackendParameters.schema.json && copyfiles --flat lib/schemas/BackendParameters.schema.json src/schemas"
"generate-schemas": "mkdirp lib/schemas src/schemas && ts-json-schema-generator --path src/backend-parameters.d.ts --type BackendParameters --no-type-check --out lib/schemas/BackendParameters.schema.json && ts-json-schema-generator --path src/backend-parameters.d.ts --type BackendParameters --no-type-check --out src/schemas/BackendParameters.schema.json"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.13",
Expand Down

0 comments on commit 7686044

Please sign in to comment.