We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6313a08 commit 6e6ece8Copy full SHA for 6e6ece8
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"packages/*"
6
],
7
"scripts": {
8
- "build": "lerna run prepare",
+ "build": "yarn workspaces run prepare",
9
"prepublish-packages": "yarn check-snapshots && yarn build && yarn typecheck && yarn lint && yarn format:ci && yarn test",
10
"publish-packages": "lerna publish",
11
"typecheck": "flow check --max-warnings=0",
@@ -15,7 +15,7 @@
15
"format:ci": "yarn format -- --list-different",
16
"test": "karma start --single-run",
17
"test:watch": "karma start",
18
- "check-snapshots": "lerna run check-snapshot",
+ "check-snapshots": "yarn workspaces run check-snapshot",
19
"posttest": "[ -z \"$TRAVIS\" ] || codecov",
20
"codecov": "codecov",
21
"bench": "cross-env BENCHMARK=true karma start --single-run",
0 commit comments