File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,27 @@ login:
12
12
sync :
13
13
make -f Makefile.private.mk sync
14
14
15
- test-unit :
15
+ test-unit : build-s3-browser-bundle
16
16
npx vitest run -c vitest.config.ts
17
17
npx vitest run -c vitest.config.browser.ts
18
18
npx vitest run -c vitest.config.clients.unit.ts
19
19
npx jest -c jest.config.js
20
20
21
- test-protocols :
21
+ test-protocols : build-s3-browser-bundle
22
22
npx vitest run -c vitest.config.protocols.integ.ts
23
23
24
- test-integration :
24
+ test-integration : build-s3-browser-bundle
25
25
npx vitest run -c vitest.config.integ.ts
26
26
npx jest -c jest.config.integ.js
27
27
make test-protocols;
28
28
29
- test-e2e :
29
+ test-e2e : build-s3-browser-bundle
30
30
npx vitest run -c vitest.config.e2e.ts
31
31
npx vitest run -c vitest.config.browser.e2e.ts
32
32
33
+ build-s3-browser-bundle :
34
+ node ./clients/client-s3/test/browser-build/esbuild
35
+
33
36
# removes nested node_modules folders
34
37
clean-nested :
35
38
rm -rf ./lib/* /node_modules
You can’t perform that action at this time.
0 commit comments