Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33308137
D6650.1768800665.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6650.1768800665.diff
View Options
diff --git a/.buildkite/eslint_flow_jest.yml b/.buildkite/eslint_flow_jest.yml
--- a/.buildkite/eslint_flow_jest.yml
+++ b/.buildkite/eslint_flow_jest.yml
@@ -1,6 +1,6 @@
steps:
- label: ':eslint: :jest: ESLint & Flow & Jest'
- command: '(pkill flow || true) && curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && . /root/.cargo/env && apt update && apt install -y cmake && yarn cleaninstall --frozen-lockfile --skip-optional --network-timeout 180000 && yarn eslint --max-warnings=0 && yarn flow-all && yarn workspace lib test && yarn workspace keyserver test'
+ command: '(pkill flow || true) && curl --proto "=https" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && . /root/.cargo/env && apt update && apt install -y cmake && yarn cleaninstall --frozen-lockfile --skip-optional --network-timeout 180000 && yarn eslint --max-warnings=0 && yarn flow-all && yarn jest-all'
retry:
automatic: true
plugins:
diff --git a/package.json b/package.json
--- a/package.json
+++ b/package.json
@@ -23,7 +23,8 @@
"prepare": "husky install",
"arcpatch": "git pull --all --tags && arc patch",
"postinstall": "bash ./postinstall.sh",
- "flow-all": "yarn workspace lib flow && yarn workspace web flow && yarn workspace landing flow && yarn workspace native flow && yarn workspace keyserver flow && yarn workspace desktop flow && yarn workspace electron-update-server flow"
+ "flow-all": "yarn workspace lib flow && yarn workspace web flow && yarn workspace landing flow && yarn workspace native flow && yarn workspace keyserver flow && yarn workspace desktop flow && yarn workspace electron-update-server flow",
+ "jest-all": "yarn workspace lib test && yarn workspace keyserver test"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 5:31 AM (15 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5954609
Default Alt Text
D6650.1768800665.diff (1 KB)
Attached To
Mode
D6650: [yarn] Introduce `yarn jest-all` to run `jest` in all workspaces
Attached
Detach File
Event Timeline
Log In to Comment