|
27 | 27 | "scripts": { |
28 | 28 | "are-types-wrong": "pnpm -r --stream --filter=\"{packages/multiple-select-vanilla/**}\" are-types-wrong", |
29 | 29 | "clean": "remove --glob **/dist --glob **/tsconfig.tsbuildinfo", |
30 | | - "prebuild": "pnpm clean && pnpm biome:lint:write && pnpm biome:format:write", |
31 | | - "build": "pnpm -r --stream build", |
| 30 | + "build": "pnpm clean && pnpm biome:lint:write && pnpm biome:format:write && pnpm -r --stream build", |
32 | 31 | "build:demo": "pnpm -r --stream --filter=\"{packages/demo/**}\" build", |
33 | 32 | "build:lib": "pnpm -r --stream --filter=\"{packages/multiple-select-vanilla/**}\" build", |
34 | | - "predev": "pnpm -r dev:init", |
35 | | - "dev": "run-p dev:watch build:watch --npm-path pnpm", |
| 33 | + "dev": "pnpm -r dev:init && run-p dev:watch build:watch --npm-path pnpm", |
36 | 34 | "dev:watch": "pnpm -r --parallel --stream dev", |
37 | 35 | "build:watch": "lerna watch --no-bail --file-delimiter=\",\" --glob=\"src/**/*.{ts,scss}\" -- cross-env-shell pnpm -r --filter $LERNA_PACKAGE_NAME build:watch --files=$LERNA_FILE_CHANGES", |
38 | 36 | "dev:demo": "pnpm -r --stream --filter=\"{packages/demo/**}\" dev", |
|
45 | 43 | "preview:publish": "lerna publish from-package --dry-run", |
46 | 44 | "new-version": "lerna version", |
47 | 45 | "new-publish": "lerna publish from-package", |
48 | | - "preroll-new-release": "echo Please update getting-started lib version before pushing a release. ⚠️", |
49 | 46 | "roll-new-release": "pnpm build && pnpm new-version && pnpm new-publish", |
50 | 47 | "serve:demo": "pnpm -r --stream --filter=\"{packages/demo/**}\" dev", |
51 | | - "pretest:e2e": "remove playwright-report", |
52 | | - "test:e2e": "playwright test --config playwright/playwright.config.ts", |
| 48 | + "test:e2e": "remove playwright-report && playwright test --config playwright/playwright.config.ts", |
53 | 49 | "test:e2e:debug": "playwright test --config playwright/playwright.config.ts --ui --debug", |
54 | 50 | "test:e2e:ui": "playwright test --config playwright/playwright.config.ts --ui", |
55 | 51 | "test:report": "playwright show-report", |
|
0 commit comments