File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9999 run : yarn test
100100 - name : Build all the playgrounds and the packages
101101 run : yarn build
102+ - name : Run the node playground
103+ run : yarn playground:node
102104 style_tests :
103105 name : style-check
104106 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1717 "playground:vue3" : " turbo run dev --filter=@meilisearch/vue3-ts-playground --parallel" ,
1818 "playground:react" : " turbo run dev --filter=@meilisearch/react-playground --parallel" ,
1919 "playground:local-react" : " turbo run dev --filter=@meilisearch/local-react-playground --parallel" ,
20- "playground:node" : " turbo build dev --filter=@meilisearch/node-playground --parallel" ,
20+ "playground:node" : " turbo run dev --filter=@meilisearch/node-playground --parallel" ,
2121 "test:e2e" : " turbo run test:e2e" ,
2222 "test:e2e:watch" : " turbo run test:e2e:watch" ,
2323 "lint" : " turbo lint" ,
Original file line number Diff line number Diff line change 55 "description" : " Instant-meilisearch playground written in node" ,
66 "main" : " index.js" ,
77 "scripts" : {
8- "build " : " node index.js"
8+ "dev " : " node index.js"
99 },
1010 "devDependencies" : {
1111 "eslint-config-meilisearch" : " *"
You can’t perform that action at this time.
0 commit comments