File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
clients/algoliasearch-client-javascript/packages
templates/javascript/clients Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
"scripts" : {
31
31
"build" : " yarn clean && yarn tsup" ,
32
32
"clean" : " rm -rf ./dist || true" ,
33
- "test" : " tsc --noEmit src/__tests__/**/*.ts && vitest --run" ,
33
+ "test" : " tsc --noEmit && vitest --run" ,
34
34
"test:bundle" : " publint . && attw --pack ."
35
35
},
36
36
"devDependencies" : {
Original file line number Diff line number Diff line change 30
30
"scripts" : {
31
31
"build" : " yarn clean && yarn tsup" ,
32
32
"clean" : " rm -rf ./dist || true" ,
33
- "test" : " tsc --noEmit__tests__/* && vitest --run" ,
33
+ "test" : " tsc --noEmit && vitest --run" ,
34
34
"test:bundle" : " publint . && attw --pack ."
35
35
},
36
36
"devDependencies" : {
Original file line number Diff line number Diff line change 27
27
"scripts" : {
28
28
"build" : " yarn clean && yarn tsup" ,
29
29
"clean" : " rm -rf ./dist || true" ,
30
- "test" : " tsc --noEmit src/__tests__/**/*.ts && vitest --run" ,
30
+ "test" : " tsc --noEmit && vitest --run" ,
31
31
"test:bundle" : " publint . && attw --pack . --ignore-rules cjs-resolves-to-esm"
32
32
},
33
33
"dependencies" : {
Original file line number Diff line number Diff line change 43
43
"scripts" : {
44
44
"build" : " yarn clean && yarn tsup" ,
45
45
"clean" : " rm -rf ./dist || true" ,
46
- "test" : " tsc --noEmit src/__tests__/**/*.ts && vitest --run" ,
46
+ "test" : " tsc --noEmit && vitest --run" ,
47
47
"test:bundle" : " publint . && attw --pack ."
48
48
},
49
49
"dependencies" : {
Original file line number Diff line number Diff line change 30
30
"scripts" : {
31
31
"build" : " yarn clean && yarn tsup" ,
32
32
"clean" : " rm -rf ./dist || true" ,
33
- "test" : " tsc --noEmit src/__tests__/**/*.ts && vitest --run" ,
33
+ "test" : " tsc --noEmit && vitest --run" ,
34
34
"test:bundle" : " publint . && attw --pack ."
35
35
},
36
36
"dependencies" : {
Original file line number Diff line number Diff line change 11
11
" build" : " yarn clean && yarn tsup && yarn rollup -c rollup.config.js" ,
12
12
" clean" : " rm -rf ./dist || true" ,
13
13
{{#isAlgoliasearchClient} }
14
- "test": "tsc --noEmit src/__tests__/**/*.ts && vitest --run",
14
+ "test": "tsc --noEmit && vitest --run",
15
15
{ {/isAlgoliasearchClient} }
16
16
"test:bundle": "publint . && attw --pack ."
17
17
},
145
145
"engines": {
146
146
" node" : " >= 14.0.0"
147
147
}
148
- }
148
+ }
You can’t perform that action at this time.
0 commit comments