Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
add lerna scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Feb 7, 2019
1 parent a0a5f96 commit 2157751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "root",
"private": true,
"scripts": {
"version": "lerna exec npm version",
"build": "lerna run build",
"publish": "lerna publish from-package --contents pkg",
"nuke": "lerna exec \"rm -f package-lock.json npm-shrinkwrap.json\" && lerna clean --yes && lerna bootstrap && lerna exec --stream -- \"test -f package-lock.json || npm install --package-lock-only\""
},
"devDependencies": {
Expand Down

0 comments on commit 2157751

Please sign in to comment.