|
118 | 118 | "isGlobal": true,
|
119 | 119 | "isRootManifest": false
|
120 | 120 | },
|
| 121 | + { |
| 122 | + "manifestPath": "packages/documentation/package.json", |
| 123 | + "projectName": "@kitten-science/documentation", |
| 124 | + "scriptName": "docs:nsd", |
| 125 | + "scriptCode": "make nsd", |
| 126 | + "isGlobal": true, |
| 127 | + "isRootManifest": false, |
| 128 | + "description": "Update the scripts reference that you are looking at right now." |
| 129 | + }, |
121 | 130 | {
|
122 | 131 | "manifestPath": "packages/kitten-analysts/package.json",
|
123 | 132 | "projectName": "@kitten-science/kitten-analysts",
|
124 |
| - "scriptName": "kitten-analysts:build", |
| 133 | + "scriptName": "ka:build", |
125 | 134 | "scriptCode": "node build.js && vite --config vite.config.inject.js build",
|
126 | 135 | "isGlobal": true,
|
127 | 136 | "isRootManifest": false
|
128 | 137 | },
|
129 | 138 | {
|
130 | 139 | "manifestPath": "packages/kitten-analysts/package.json",
|
131 | 140 | "projectName": "@kitten-science/kitten-analysts",
|
132 |
| - "scriptName": "kitten-analysts:preview", |
| 141 | + "scriptName": "ka:compose:build", |
| 142 | + "scriptCode": "docker-compose build", |
| 143 | + "isGlobal": true, |
| 144 | + "isRootManifest": false |
| 145 | + }, |
| 146 | + { |
| 147 | + "manifestPath": "packages/kitten-analysts/package.json", |
| 148 | + "projectName": "@kitten-science/kitten-analysts", |
| 149 | + "scriptName": "ka:compose:down", |
| 150 | + "scriptCode": "docker-compose down", |
| 151 | + "isGlobal": true, |
| 152 | + "isRootManifest": false |
| 153 | + }, |
| 154 | + { |
| 155 | + "manifestPath": "packages/kitten-analysts/package.json", |
| 156 | + "projectName": "@kitten-science/kitten-analysts", |
| 157 | + "scriptName": "ka:compose:up", |
| 158 | + "scriptCode": "docker-compose up", |
| 159 | + "isGlobal": true, |
| 160 | + "isRootManifest": false |
| 161 | + }, |
| 162 | + { |
| 163 | + "manifestPath": "packages/kitten-analysts/package.json", |
| 164 | + "projectName": "@kitten-science/kitten-analysts", |
| 165 | + "scriptName": "ka:preview", |
133 | 166 | "scriptCode": "DEV_BUILD=true vite --config vite.config.userscript.js build",
|
134 | 167 | "isGlobal": true,
|
135 | 168 | "isRootManifest": false
|
136 | 169 | },
|
137 | 170 | {
|
138 | 171 | "manifestPath": "packages/kitten-analysts/package.json",
|
139 | 172 | "projectName": "@kitten-science/kitten-analysts",
|
140 |
| - "scriptName": "kitten-analysts:release", |
| 173 | + "scriptName": "ka:release", |
141 | 174 | "scriptCode": "MINIFY=true vite --config vite.config.userscript.js build; vite --config vite.config.userscript.js build",
|
142 | 175 | "isGlobal": true,
|
143 | 176 | "isRootManifest": false
|
144 | 177 | },
|
145 | 178 | {
|
146 | 179 | "manifestPath": "packages/kitten-analysts/package.json",
|
147 | 180 | "projectName": "@kitten-science/kitten-analysts",
|
148 |
| - "scriptName": "kitten-analysts:start", |
| 181 | + "scriptName": "ka:start", |
149 | 182 | "scriptCode": "node output/entrypoint-backend.js",
|
150 | 183 | "isGlobal": true,
|
151 | 184 | "isRootManifest": false
|
152 | 185 | },
|
153 | 186 | {
|
154 | 187 | "manifestPath": "packages/kitten-engineers/package.json",
|
155 | 188 | "projectName": "@kitten-science/kitten-engineers",
|
156 |
| - "scriptName": "kitten-engineers:build", |
| 189 | + "scriptName": "ke:build", |
157 | 190 | "scriptCode": "vite --config vite.config.inject.js build",
|
158 | 191 | "isGlobal": true,
|
159 | 192 | "isRootManifest": false
|
160 | 193 | },
|
161 | 194 | {
|
162 | 195 | "manifestPath": "packages/kitten-engineers/package.json",
|
163 | 196 | "projectName": "@kitten-science/kitten-engineers",
|
164 |
| - "scriptName": "kitten-engineers:preview", |
| 197 | + "scriptName": "ke:preview", |
165 | 198 | "scriptCode": "DEV_BUILD=true vite --config vite.config.userscript.js build",
|
166 | 199 | "isGlobal": true,
|
167 | 200 | "isRootManifest": false
|
168 | 201 | },
|
169 | 202 | {
|
170 | 203 | "manifestPath": "packages/kitten-engineers/package.json",
|
171 | 204 | "projectName": "@kitten-science/kitten-engineers",
|
172 |
| - "scriptName": "kitten-engineers:release", |
| 205 | + "scriptName": "ke:release", |
173 | 206 | "scriptCode": "MINIFY=true vite --config vite.config.userscript.js build; vite --config vite.config.userscript.js build",
|
174 | 207 | "isGlobal": true,
|
175 | 208 | "isRootManifest": false
|
176 | 209 | },
|
177 | 210 | {
|
178 | 211 | "manifestPath": "packages/kitten-engineers/package.json",
|
179 | 212 | "projectName": "@kitten-science/kitten-engineers",
|
180 |
| - "scriptName": "kitten-engineers:version", |
| 213 | + "scriptName": "ke:version", |
181 | 214 | "scriptCode": "node version.cjs",
|
182 | 215 | "isGlobal": true,
|
183 | 216 | "isRootManifest": false
|
184 | 217 | },
|
185 | 218 | {
|
186 | 219 | "manifestPath": "packages/kitten-engineers/package.json",
|
187 | 220 | "projectName": "@kitten-science/kitten-engineers",
|
188 |
| - "scriptName": "kitten-engineers:watch", |
| 221 | + "scriptName": "ke:watch", |
189 | 222 | "scriptCode": "vite --config vite.config.inject.js build --watch",
|
190 | 223 | "isGlobal": true,
|
191 | 224 | "isRootManifest": false
|
192 | 225 | },
|
193 | 226 | {
|
194 | 227 | "manifestPath": "packages/kitten-scientists/package.json",
|
195 | 228 | "projectName": "@kitten-science/kitten-scientists",
|
196 |
| - "scriptName": "kitten-scientists:build", |
| 229 | + "scriptName": "ks:build", |
197 | 230 | "scriptCode": "vite --config vite.config.inject.js build",
|
198 | 231 | "isGlobal": true,
|
199 | 232 | "isRootManifest": false,
|
|
202 | 235 | {
|
203 | 236 | "manifestPath": "packages/kitten-scientists/package.json",
|
204 | 237 | "projectName": "@kitten-science/kitten-scientists",
|
205 |
| - "scriptName": "kitten-scientists:preview", |
| 238 | + "scriptName": "ks:preview", |
206 | 239 | "scriptCode": "DEV_BUILD=true vite --config vite.config.userscript.js build",
|
207 | 240 | "isGlobal": true,
|
208 | 241 | "isRootManifest": false,
|
|
211 | 244 | {
|
212 | 245 | "manifestPath": "packages/kitten-scientists/package.json",
|
213 | 246 | "projectName": "@kitten-science/kitten-scientists",
|
214 |
| - "scriptName": "kitten-scientists:release", |
| 247 | + "scriptName": "ks:release", |
215 | 248 | "scriptCode": "MINIFY=true vite --config vite.config.userscript.js build; vite --config vite.config.userscript.js build",
|
216 | 249 | "isGlobal": true,
|
217 | 250 | "isRootManifest": false,
|
|
220 | 253 | {
|
221 | 254 | "manifestPath": "packages/kitten-scientists/package.json",
|
222 | 255 | "projectName": "@kitten-science/kitten-scientists",
|
223 |
| - "scriptName": "kitten-scientists:version", |
| 256 | + "scriptName": "ks:version", |
224 | 257 | "scriptCode": "node version.cjs",
|
225 | 258 | "isGlobal": true,
|
226 | 259 | "isRootManifest": false,
|
|
229 | 262 | {
|
230 | 263 | "manifestPath": "packages/kitten-scientists/package.json",
|
231 | 264 | "projectName": "@kitten-science/kitten-scientists",
|
232 |
| - "scriptName": "kitten-scientists:watch", |
| 265 | + "scriptName": "ks:watch", |
233 | 266 | "scriptCode": "vite --config vite.config.inject.js build --watch",
|
234 | 267 | "isGlobal": true,
|
235 | 268 | "isRootManifest": false,
|
236 | 269 | "description": "Builds the Kitten Scientists userscript and watches all files for changes. If changes are detected, the script is rebuilt.\n\n!!! warning\n\n This watcher has caused problems in the past, generating broken output. Use at your own risk."
|
237 | 270 | },
|
238 | 271 | {
|
239 |
| - "manifestPath": "packages/kitten-analysts/package.json", |
240 |
| - "projectName": "@kitten-science/kitten-analysts", |
241 |
| - "scriptName": "kittenscience:build", |
242 |
| - "scriptCode": "bash ./scripts/build-container.sh", |
243 |
| - "isGlobal": true, |
244 |
| - "isRootManifest": false |
245 |
| - }, |
246 |
| - { |
247 |
| - "manifestPath": "packages/kitten-analysts/package.json", |
248 |
| - "projectName": "@kitten-science/kitten-analysts", |
249 |
| - "scriptName": "kittenscience:rebuild", |
250 |
| - "scriptCode": "bash ./scripts/rebuild-container.sh", |
251 |
| - "isGlobal": true, |
252 |
| - "isRootManifest": false |
253 |
| - }, |
254 |
| - { |
255 |
| - "manifestPath": "packages/kitten-analysts/package.json", |
256 |
| - "projectName": "@kitten-science/kitten-analysts", |
257 |
| - "scriptName": "kittenscience:run", |
258 |
| - "scriptCode": "bash ./scripts/run-container.sh", |
259 |
| - "isGlobal": true, |
| 272 | + "manifestPath": "packages/devcontainer/package.json", |
| 273 | + "projectName": "@kitten-science/devcontainer", |
| 274 | + "scriptName": "lint", |
| 275 | + "scriptCode": "yarn run lint:all", |
| 276 | + "isGlobal": false, |
260 | 277 | "isRootManifest": false
|
261 | 278 | },
|
262 | 279 | {
|
263 | 280 | "manifestPath": "packages/kitten-analysts/package.json",
|
264 | 281 | "projectName": "@kitten-science/kitten-analysts",
|
265 |
| - "scriptName": "kittenscience:stop", |
266 |
| - "scriptCode": "bash ./scripts/stop-container.sh", |
267 |
| - "isGlobal": true, |
| 282 | + "scriptName": "lint", |
| 283 | + "scriptCode": "yarn run lint:all", |
| 284 | + "isGlobal": false, |
268 | 285 | "isRootManifest": false
|
269 | 286 | },
|
270 | 287 | {
|
271 |
| - "manifestPath": "packages/devcontainer/package.json", |
272 |
| - "projectName": "@kitten-science/devcontainer", |
| 288 | + "manifestPath": "packages/kitten-engineers/package.json", |
| 289 | + "projectName": "@kitten-science/kitten-engineers", |
273 | 290 | "scriptName": "lint",
|
274 | 291 | "scriptCode": "yarn run lint:all",
|
275 | 292 | "isGlobal": false,
|
276 | 293 | "isRootManifest": false
|
277 | 294 | },
|
278 | 295 | {
|
279 |
| - "manifestPath": "packages/kitten-analysts/package.json", |
280 |
| - "projectName": "@kitten-science/kitten-analysts", |
| 296 | + "manifestPath": "packages/kitten-scientists/package.json", |
| 297 | + "projectName": "@kitten-science/kitten-scientists", |
281 | 298 | "scriptName": "lint",
|
282 | 299 | "scriptCode": "yarn run lint:all",
|
283 | 300 | "isGlobal": false,
|
|
340 | 357 | "isGlobal": false,
|
341 | 358 | "isRootManifest": false
|
342 | 359 | },
|
| 360 | + { |
| 361 | + "manifestPath": "packages/kitten-engineers/package.json", |
| 362 | + "projectName": "@kitten-science/kitten-engineers", |
| 363 | + "scriptName": "test", |
| 364 | + "scriptCode": "echo This project has no tests.", |
| 365 | + "isGlobal": false, |
| 366 | + "isRootManifest": false |
| 367 | + }, |
| 368 | + { |
| 369 | + "manifestPath": "packages/kitten-scientists/package.json", |
| 370 | + "projectName": "@kitten-science/kitten-scientists", |
| 371 | + "scriptName": "test", |
| 372 | + "scriptCode": "echo This project has no tests.", |
| 373 | + "isGlobal": false, |
| 374 | + "isRootManifest": false |
| 375 | + }, |
343 | 376 | {
|
344 | 377 | "manifestPath": "package.json",
|
345 | 378 | "projectName": "kitten-scientists",
|
|
357 | 390 | "isRootManifest": true,
|
358 | 391 | "description": "Runs unit tests in all workspaces."
|
359 | 392 | },
|
360 |
| - { |
361 |
| - "manifestPath": "packages/action-release-info/package.json", |
362 |
| - "projectName": "@kitten-science/action-release-info", |
363 |
| - "scriptName": "test:coverage", |
364 |
| - "scriptCode": "c8 --reporter html-spa --reporter text node --enable-source-maps $(yarn bin mocha) ./build/*.test.js", |
365 |
| - "isGlobal": true, |
366 |
| - "isRootManifest": false, |
367 |
| - "description": "Runs unit tests in all workspaces and collects code coverage information." |
368 |
| - }, |
369 |
| - { |
370 |
| - "manifestPath": "package.json", |
371 |
| - "projectName": "kitten-scientists", |
372 |
| - "scriptName": "test:coverage:all", |
373 |
| - "scriptCode": "yarn workspaces foreach --all --exclude kitten-scientists --parallel --verbose run test:coverage", |
374 |
| - "isGlobal": true, |
375 |
| - "isRootManifest": true, |
376 |
| - "description": "Runs the `test:coverage` script in all workspaces." |
377 |
| - }, |
378 | 393 | {
|
379 | 394 | "manifestPath": "packages/action-release-info/package.json",
|
380 | 395 | "projectName": "@kitten-science/action-release-info",
|
|
0 commit comments