|
14 | 14 | "prettier": "prettier --config \"./prettier.config.js\" --write \"**/*.{js,jsx,ts,tsx,scss,html,xml,yml,yaml}\"", |
15 | 15 | "format": "pretty-quick --staged --config \"./prettier.config.js\" --pattern \"**/{src,script,typings,test,**}/**/*.{js,jsx,ts,tsx,scss,html,xml,md,json}\"", |
16 | 16 | "clean-all-screenshots-mac": "find . -name 'screenshot-baseline' -type d -prune -exec rm -rf '{}' +", |
17 | | - "information:githubrelease": "yarn workspaces foreach run information:githubrelease", |
| 17 | + "information:githubrelease": "yarn workspaces foreach --all run information:githubrelease", |
18 | 18 | "lint": "yarn lint:src && yarn workspaces foreach --all --parallel run lint", |
19 | 19 | "lint:src": "eslint --config .eslintrc.js --ext .jsx,.js,.ts,.tsx packages/*/*/src --no-error-on-unmatched-pattern", |
20 | 20 | "lint:scripts": "eslint --fix --config .eslintrc.js --ext .jsx,.js,.ts,.tsx scripts", |
21 | 21 | "lint:detox": "eslint --fix --config .eslintrc.js --ext .jsx,.js,.ts,.tsx detox", |
22 | 22 | "lint:configs": "eslint --fix --config .eslintrc.js --ext .jsx,.js,.ts,.tsx configs", |
23 | 23 | "test": "yarn workspaces foreach --all --parallel run test", |
24 | | - "test:e2e:android": "yarn workspaces foreach run test:e2e:android", |
25 | | - "test:e2e:ios": "yarn workspaces foreach run test:e2e:ios", |
| 24 | + "test:e2e:android": "yarn workspaces foreach --all run test:e2e:android", |
| 25 | + "test:e2e:ios": "yarn workspaces foreach --all run test:e2e:ios", |
26 | 26 | "build": "yarn workspaces foreach --all --parallel run build", |
27 | 27 | "release": "yarn workspaces foreach --all --parallel run release", |
28 | | - "release:marketplace": "yarn workspaces foreach run release:marketplace", |
| 28 | + "release:marketplace": "yarn workspaces foreach --all run release:marketplace", |
29 | 29 | "release-github:widget": "node ./scripts/release/createWidgetRelease.js", |
30 | 30 | "create-modules": "node ./scripts/release/createNativeModules.js", |
31 | 31 | "version": "ts-node --project ./scripts/tsconfig.json ./scripts/release/BumpVersion.ts", |
|
0 commit comments