File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ The following commands are available:
61
61
- ` yarn dev:example ` : Start the example app.
62
62
- ` yarn dev:example:https ` : Start the example app with a self-signed HTTPS certificate.
63
63
- ` yarn build ` : Build all packages and the example app.
64
- - ` yarn preview ` : Preview a built version of the example app. Requires ` yarn build ` to be run first.
65
- - ` yarn preview:https ` : Preview a built version of the example app with a self-signed HTTPS certificate. Requires ` yarn build ` to be run first.
64
+ - ` yarn preview:example ` : Preview a built version of the example app. Requires ` yarn build ` to be run first.
65
+ - ` yarn preview:example: https ` : Preview a built version of the example app with a self-signed HTTPS certificate. Requires ` yarn build ` to be run first.
66
66
- ` yarn test ` : Watch all packages for changes and run tests.
67
67
- ` yarn tsc ` : Check TypeScript types for errors in all packages.
68
68
- ` yarn lint ` : Run eslint on all packages.
Original file line number Diff line number Diff line change 10
10
"scripts" : {
11
11
"dev:example" : " yarn workspace @matrix-widget-toolkit/example-widget-mui dev" ,
12
12
"dev:example:https" : " yarn workspace @matrix-widget-toolkit/example-widget-mui dev:https" ,
13
- "dev :example:preview " : " yarn workspace @matrix-widget-toolkit/example-widget-mui preview" ,
14
- "dev :example:preview :https" : " yarn workspace @matrix-widget-toolkit/example-widget-mui preview:https" ,
13
+ "preview :example" : " yarn workspace @matrix-widget-toolkit/example-widget-mui preview" ,
14
+ "preview :example:https" : " yarn workspace @matrix-widget-toolkit/example-widget-mui preview:https" ,
15
15
"build" : " yarn workspaces run build" ,
16
16
"test" : " vitest watch" ,
17
17
"test:all" : " vitest run --coverage" ,
You can’t perform that action at this time.
0 commit comments