File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 - name : Install dependencies
2323 run : bun install --frozen-lockfile
2424
25- - name : Run checks
25+ - name : Run core checks
2626 run : bun run check
2727
2828 - name : Extension check
2929 run : bun run ext:check
3030
31- - name : Web check
32- run : bun run web:build
31+ - name : Playground check
32+ run : bun run web:check
Original file line number Diff line number Diff line change 1313 "main" : " index.js" ,
1414 "module" : " index.js" ,
1515 "type" : " module" ,
16+ "workspaces" : [
17+ " playground" ,
18+ " extensions/*"
19+ ],
1620 "bin" : {
1721 "mimo" : " ./bin/cli.js"
1822 },
3640 "ext:package" : " bun run --cwd extensions/mimo-vscode package" ,
3741 "web:dev" : " bun run --cwd playground dev --open" ,
3842 "web:build" : " bun run --cwd playground build" ,
39- "web:preview" : " bun run --cwd playground preview"
43+ "web:preview" : " bun run --cwd playground preview" ,
44+ "web:check" : " bun run --cwd playground check"
4045 },
4146 "devDependencies" : {
4247 "@types/bun" : " latest" ,
5055 "bugs" : {
5156 "url" : " https://github.com/bethropolis/mimo/issues"
5257 }
53- }
58+ }
You can’t perform that action at this time.
0 commit comments