Skip to content

Commit 6e6ece8

Browse files
committed
use yarn workspaces run
1 parent 6313a08 commit 6e6ece8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages/*"
66
],
77
"scripts": {
8-
"build": "lerna run prepare",
8+
"build": "yarn workspaces run prepare",
99
"prepublish-packages": "yarn check-snapshots && yarn build && yarn typecheck && yarn lint && yarn format:ci && yarn test",
1010
"publish-packages": "lerna publish",
1111
"typecheck": "flow check --max-warnings=0",
@@ -15,7 +15,7 @@
1515
"format:ci": "yarn format -- --list-different",
1616
"test": "karma start --single-run",
1717
"test:watch": "karma start",
18-
"check-snapshots": "lerna run check-snapshot",
18+
"check-snapshots": "yarn workspaces run check-snapshot",
1919
"posttest": "[ -z \"$TRAVIS\" ] || codecov",
2020
"codecov": "codecov",
2121
"bench": "cross-env BENCHMARK=true karma start --single-run",

0 commit comments

Comments
 (0)