|
9 | 9 | "scripts": { |
10 | 10 | "clean": "node -e \"fs.rmSync('dist', { recursive: true, force: true })\" && lerna exec -- \"node -e \\\"fs.rmSync('dist', { recursive: true, force: true })\\\" && node -e \\\"fs.rmSync('tsconfig.tsbuildinfo', { recursive: true, force: true })\\\"\"", |
11 | 11 | "build": "tsc -b packages && ts-node tools/test-dist", |
12 | | - "build:watch": "yarn build --watch", |
| 12 | + "build:watch": "tsc -b packages --watch", |
13 | 13 | "docs": "yarn build && typedoc", |
14 | 14 | "lerna:publish": "lerna publish --force-publish --conventional-commits --no-changelog --exact", |
15 | 15 | "lint:js": "prettier --check . --experimental-cli && eslint . --cache", |
|
18 | 18 | "lint:markdown-links": "electron-lint-markdown-links --root . --ignore-path .markdownlintignore \"**/*.md\"", |
19 | 19 | "lint": "npm run lint:js && npm run lint:markdown && npm run lint:markdown-js && npm run lint:markdown-links", |
20 | 20 | "lint:fix": "prettier --write . --experimental-cli && eslint --fix . --cache", |
| 21 | + "prepack": "yarn build", |
21 | 22 | "test": "xvfb-maybe vitest run --project fast --project slow", |
22 | 23 | "test:fast": "xvfb-maybe vitest run --project fast", |
23 | 24 | "test:slow": "xvfb-maybe vitest run --project slow", |
|
35 | 36 | "@electron/packager": "^18.3.5", |
36 | 37 | "@electron/rebuild": "^3.7.0", |
37 | 38 | "@google-cloud/storage": "^7.5.0", |
| 39 | + "@inquirer/prompts": "^6.0.1", |
| 40 | + "@listr2/prompt-adapter-inquirer": "^2.0.22", |
38 | 41 | "@malept/cross-spawn-promise": "^2.0.0", |
39 | 42 | "@octokit/core": "^5.2.1", |
40 | 43 | "@octokit/plugin-retry": "^6.1.0", |
|
0 commit comments