diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 91fda85..1b8014b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "lint": "eslint .", "test": "", - "bootstrap": "lerna bootstrap", + "bootstrap": "npm run bump && lerna bootstrap", "bump": "./scripts/bump.js", "clean": "lerna clean", "dist": "lerna run --concurrency 1 prepublish" |