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 99
99
run : yarn test
100
100
- name : Build all the playgrounds and the packages
101
101
run : yarn build
102
+ - name : Run the node playground
103
+ run : yarn playground:node
102
104
style_tests :
103
105
name : style-check
104
106
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 17
17
"playground:vue3" : " turbo run dev --filter=@meilisearch/vue3-ts-playground --parallel" ,
18
18
"playground:react" : " turbo run dev --filter=@meilisearch/react-playground --parallel" ,
19
19
"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" ,
21
21
"test:e2e" : " turbo run test:e2e" ,
22
22
"test:e2e:watch" : " turbo run test:e2e:watch" ,
23
23
"lint" : " turbo lint" ,
Original file line number Diff line number Diff line change 5
5
"description" : " Instant-meilisearch playground written in node" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
- "build " : " node index.js"
8
+ "dev " : " node index.js"
9
9
},
10
10
"devDependencies" : {
11
11
"eslint-config-meilisearch" : " *"
You can’t perform that action at this time.
0 commit comments