Skip to content

Commit

Permalink
test: setup aws profile for migration e2es
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Sep 26, 2024
1 parent 718ff45 commit 651acc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amplify-graphql-api-construct-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"private": true,
"scripts": {
"e2e": "jest --verbose --forceExit",
"e2e": "npm run setup-profile && jest --verbose --forceExit",
"setup-profile": "ts-node ./src/configure_tests.ts",
"build-tests": "tsc --build tsconfig.tests.json"
},
"dependencies": {
Expand Down

0 comments on commit 651acc4

Please sign in to comment.