Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit e9792dd

Browse files
committed
chore: use lerna-tools
1 parent 48e302a commit e9792dd

File tree

5 files changed

+67
-289
lines changed

5 files changed

+67
-289
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"scripts": {
66
"publish": "lerna publish",
77
"prepublish": "yarn build",
8-
"build": "babel-node scripts/build.js",
8+
"build": "lerna-build",
99
"ci": "yarn build && yarn lint && yarn test",
10-
"dev": "yarn build --silent && babel-node scripts/watch.js",
10+
"dev": "yarn build && lerna-watch",
1111
"format": "prettier --write --no-semi --single-quote --trailing-comma all \"packages/*/src/**/*.js\"",
1212
"lint": "eslint --cache .",
1313
"test": "jest --runInBand --coverage && codecov"
@@ -28,6 +28,7 @@
2828
"glob": "^7.1.2",
2929
"jest": "^20.0.4",
3030
"lerna": "^2.1.0",
31+
"lerna-tools": "^0.0.2",
3132
"micromatch": "^3.0.4",
3233
"mkdirp": "^0.5.1",
3334
"string-length": "^2.0.0"

scripts/build.js

Lines changed: 0 additions & 119 deletions
This file was deleted.

scripts/getPackages.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

scripts/watch.js

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)