1
1
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:
Shawn Allen 2017-08-31 09:59:07 -07:00 committed by GitHub
commit c106034814

View File

@ -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",