|
14 | 14 | "scripts": { |
15 | 15 | "build": "yarn run build:source && yarn run build:types", |
16 | 16 | "build:clean": "rimraf dist '**/*.tsbuildinfo' && yarn build", |
17 | | - "build:docs": "yarn workspaces foreach --parallel --interlaced --verbose run build:docs", |
18 | | - "build:source": "yarn workspaces foreach --exclude @metamask/core-monorepo --parallel --interlaced --verbose run build", |
| 17 | + "build:docs": "yarn workspaces foreach --no-private --parallel --interlaced --verbose run build:docs", |
| 18 | + "build:source": "yarn workspaces foreach --no-private --parallel --interlaced --verbose run build", |
19 | 19 | "build:types": "tsc --build tsconfig.build.json --verbose", |
20 | 20 | "build:watch": "yarn run build --watch", |
21 | | - "changelog:update": "yarn workspaces foreach --parallel --interlaced --verbose run changelog:update", |
22 | | - "changelog:validate": "yarn workspaces foreach --parallel --interlaced --verbose run changelog:validate", |
23 | | - "child-workspace-package-names-as-json": "ts-node scripts/child-workspace-package-names-as-json.ts", |
| 21 | + "changelog:update": "yarn workspaces foreach --no-private --parallel --interlaced --verbose run changelog:update", |
| 22 | + "changelog:validate": "yarn workspaces foreach --no-private --parallel --interlaced --verbose run changelog:validate", |
24 | 23 | "create-package": "ts-node scripts/create-package", |
25 | 24 | "lint": "yarn lint:eslint && yarn lint:misc --check && yarn constraints && yarn lint:dependencies", |
26 | 25 | "lint:dependencies": "depcheck && yarn dedupe --check", |
|
30 | 29 | "lint:misc": "prettier '**/*.json' '**/*.md' '!**/CHANGELOG.old.md' '**/*.yml' '!.yarnrc.yml' '!merged-packages/**' --ignore-path .gitignore", |
31 | 30 | "prepack": "./scripts/prepack.sh", |
32 | 31 | "prepare-preview-builds": "./scripts/prepare-preview-builds.sh", |
33 | | - "publish-previews": "yarn workspaces foreach --parallel --verbose run publish:preview", |
| 32 | + "publish-previews": "yarn workspaces foreach --no-private --parallel --verbose run publish:preview", |
34 | 33 | "setup": "yarn install", |
35 | 34 | "test": "yarn test:scripts --silent --collectCoverage=false --reporters=jest-silent-reporter && yarn test:packages", |
36 | 35 | "test:clean": "yarn workspaces foreach --parallel --verbose run test:clean && yarn test", |
|
0 commit comments