File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "type" : " module" ,
1313 "scripts" : {
14- "playground:geosearch" : " turbo dev --filter= @meilisearch/geo-playground --parallel " ,
15- "playground:vanilla" : " turbo dev --filter= @meilisearch/vanilla-playground --parallel " ,
16- "playground:vue3" : " turbo dev --filter= @meilisearch/vue3-ts-playground --parallel " ,
17- "playground:react" : " turbo dev --filter= @meilisearch/react-playground --parallel " ,
18- "playground:local-react" : " turbo dev --filter= @meilisearch/local-react-playground --parallel " ,
19- "playground:node" : " turbo dev --filter= @meilisearch/node-playground --parallel " ,
20- "playground:autocomplete" : " turbo dev --filter= @meilisearch/autocomplete-playground --parallel " ,
14+ "playground:geosearch" : " turbo @meilisearch/geo-playground#dev " ,
15+ "playground:vanilla" : " turbo @meilisearch/vanilla-playground#dev " ,
16+ "playground:vue3" : " turbo @meilisearch/vue3-ts-playground#dev " ,
17+ "playground:react" : " turbo @meilisearch/react-playground#dev " ,
18+ "playground:local-react" : " turbo @meilisearch/local-react-playground#dev " ,
19+ "playground:node" : " turbo @meilisearch/node-playground#dev " ,
20+ "playground:autocomplete" : " turbo @meilisearch/autocomplete-playground#dev " ,
2121 "test:e2e" : " turbo test:e2e" ,
2222 "test:e2e:watch" : " turbo test:e2e:watch" ,
2323 "lint" : " turbo lint" ,
Original file line number Diff line number Diff line change 88 "lint" : {},
99 "lint:fix" : {},
1010 "dev" : {
11+ "persistent" : true ,
1112 "cache" : false ,
1213 "dependsOn" : [" build" ]
1314 },
1415 "test" : {
1516 "dependsOn" : [" build" ]
1617 },
1718 "test:watch" : {
19+ "persistent" : true ,
1820 "cache" : false ,
1921 "dependsOn" : [" build" ]
2022 },
2123 "test:e2e" : {
2224 "dependsOn" : [" build" ]
2325 },
2426 "test:e2e:watch" : {
27+ "persistent" : true ,
2528 "cache" : false ,
2629 "dependsOn" : [" build" ]
2730 },
You can’t perform that action at this time.
0 commit comments