Skip to content

Commit 803d621

Browse files
committed
Remove bump script from bootstrapping
1 parent 7128db8 commit 803d621

File tree

2 files changed

+1
-44
lines changed

2 files changed

+1
-44
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"scripts": {
99
"lint": "eslint .",
1010
"test": "lerna run --concurrency 1 test",
11-
"bootstrap": "npm run bump && lerna bootstrap",
12-
"bump": "./scripts/bump.js",
11+
"bootstrap": "lerna bootstrap",
1312
"clean": "lerna clean",
1413
"dist": "lerna run --concurrency 1 prepublish",
1514
"publish-version": "./scripts/publish.sh"

scripts/bump.js

-42
This file was deleted.

0 commit comments

Comments
 (0)