We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e29084 commit 2d103c0Copy full SHA for 2d103c0
packages/amplify-e2e-tests/package.json
@@ -22,7 +22,7 @@
22
"build-tests": "tsc --build tsconfig.tests.json",
23
"setup-profile": "ts-node ./src/configure_tests.ts",
24
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts",
25
- "smoketest": "jest --runInBand --testPathPattern='smoketest'"
+ "smoketest": "npm run setup-profile && jest --runInBand --testPathPattern='smoketest'"
26
},
27
"dependencies": {
28
"@aws-amplify/amplify-category-auth": "3.1.0",
0 commit comments