|
54 | 54 | "changeset": "changeset",
|
55 | 55 | "start:js": "concurrently --raw pnpm:build:spectacle:esm:watch pnpm:build:spectacle:types:watch \"pnpm run --filter ./examples/js start\"",
|
56 | 56 | "start:md": "concurrently --raw pnpm:build:spectacle:esm:watch pnpm:build:spectacle:types:watch \"pnpm run --filter ./examples/md start\"",
|
| 57 | + "start:mdx": "concurrently --raw pnpm:build:spectacle:esm:watch pnpm:build:spectacle:types:watch \"pnpm run --filter ./examples/mdx start\"", |
57 | 58 | "start:ts": "concurrently --raw pnpm:build:spectacle:esm:watch pnpm:build:spectacle:types:watch \"pnpm run --filter ./examples/typescript start\"",
|
58 | 59 | "start:one-page": "concurrently --raw pnpm:build:spectacle:dev:watch pnpm:build:spectacle:types:watch",
|
59 | 60 | "start:examples": "concurrently --raw pnpm:build:spectacle:esm:watch pnpm:build:spectacle:dev:watch pnpm:build:spectacle:types:watch \"pnpm run --parallel --filter \\\"./examples/*\\\" start\"",
|
|
113 | 114 | "./packages/spectacle:build",
|
114 | 115 | "./examples/js:build",
|
115 | 116 | "./examples/md:build",
|
| 117 | + "./examples/mdx:build", |
116 | 118 | "./examples/one-page:build",
|
117 | 119 | "./examples/typescript:build"
|
118 | 120 | ]
|
|
167 | 169 | "dependencies": [
|
168 | 170 | "./packages/spectacle:lint",
|
169 | 171 | "./packages/create-spectacle:lint",
|
| 172 | + "./packages/spectacle-mdx-loader:lint", |
170 | 173 | "./website:lint",
|
171 | 174 | "./examples/js:lint",
|
172 | 175 | "./examples/md:lint",
|
| 176 | + "./examples/mdx:lint", |
173 | 177 | "./examples/one-page:lint",
|
174 | 178 | "./examples/typescript:lint"
|
175 | 179 | ]
|
|
178 | 182 | "dependencies": [
|
179 | 183 | "./packages/spectacle:lint:fix",
|
180 | 184 | "./packages/create-spectacle:lint:fix",
|
| 185 | + "./packages/spectacle-mdx-loader:lint:fix", |
181 | 186 | "./website:lint:fix",
|
182 | 187 | "./examples/js:lint:fix",
|
183 | 188 | "./examples/md:lint:fix",
|
| 189 | + "./examples/mdx:lint:fix", |
184 | 190 | "./examples/one-page:lint:fix",
|
185 | 191 | "./examples/typescript:lint:fix"
|
186 | 192 | ]
|
|
227 | 233 | "dependencies": [
|
228 | 234 | "./packages/spectacle:prettier",
|
229 | 235 | "./packages/create-spectacle:prettier",
|
| 236 | + "./packages/spectacle-mdx-loader:prettier", |
230 | 237 | "./website:prettier",
|
231 | 238 | "./examples/js:prettier",
|
232 | 239 | "./examples/md:prettier",
|
| 240 | + "./examples/mdx:prettier", |
233 | 241 | "./examples/one-page:prettier",
|
234 | 242 | "./examples/typescript:prettier"
|
235 | 243 | ]
|
|
238 | 246 | "dependencies": [
|
239 | 247 | "./packages/spectacle:prettier:fix",
|
240 | 248 | "./packages/create-spectacle:prettier:fix",
|
| 249 | + "./packages/spectacle-mdx-loader:prettier:fix", |
241 | 250 | "./website:prettier:fix",
|
242 | 251 | "./examples/js:prettier:fix",
|
243 | 252 | "./examples/md:prettier:fix",
|
| 253 | + "./examples/mdx:prettier:fix", |
244 | 254 | "./examples/one-page:prettier:fix",
|
245 | 255 | "./examples/typescript:prettier:fix"
|
246 | 256 | ]
|
|
0 commit comments