aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2e_tests/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/e2e_tests/package.json')
-rw-r--r--packages/e2e_tests/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/e2e_tests/package.json b/packages/e2e_tests/package.json
index 3f110838..0cbb8fb3 100644
--- a/packages/e2e_tests/package.json
+++ b/packages/e2e_tests/package.json
@@ -11,10 +11,13 @@
"lint": "oxlint .",
"lint:fix": "oxlint . --fix",
"test": "vitest run",
- "test:watch": "vitest"
+ "test:watch": "vitest",
+ "test:no-build": "E2E_TEST_NO_BUILD=1 vitest run"
},
"dependencies": {
+ "@aws-sdk/client-s3": "^3.842.0",
"@karakeep/sdk": "workspace:*",
+ "@karakeep/shared": "workspace:^0.1.0",
"@karakeep/trpc": "workspace:^0.1.0",
"superjson": "^2.2.1"
},