Skip to content

Commit

Permalink
chore(scripts): add build scripts and --stream also
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdaltoso committed Sep 24, 2020
1 parent bef505d commit bb6ae15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
"lint": "eslint --ext js,jsx --quiet",
"clean": "lerna clean",
"build": "lerna run build --stream --parallel",
"build:core": "lerna run build --scope=@react95/core",
"build:clippy": "lerna run build --scope=@react95/clippy"
"build:clippy": "lerna run build --stream --scope=@react95/clippy",
"build:core": "lerna run build --stream --scope=@react95/core",
"build:icons": "lerna run build --stream --scope=@react95/icons"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit bb6ae15

Please sign in to comment.