mirror of
https://github.com/primer/css.git
synced 2025-01-07 14:58:54 +03:00
Merge pull request #285 from primer/shawnbot/friendly-scripts
Don't print npm error messages in `npm run updated`
This commit is contained in:
commit
c106034814
@ -4,7 +4,7 @@
|
||||
"bootstrap": "lerna bootstrap --hoist",
|
||||
"clean": "lerna clean",
|
||||
"diff": "lerna diff",
|
||||
"updated": "lerna updated",
|
||||
"updated": "lerna updated || exit 0",
|
||||
"lint": "lerna run lint",
|
||||
"release-pr": "script/release-pr",
|
||||
"release-candidate": "script/release-candidate",
|
||||
|
Loading…
Reference in New Issue
Block a user