1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00

run npm --silent in script/selector-diff-report

This commit is contained in:
Shawn Allen 2019-02-28 15:23:36 -08:00
parent 8cc63dbef3
commit b4afe7ac99

View File

@ -15,7 +15,7 @@ warn "Pulling the old $path from unpkg.com..."
curl -sL "https://unpkg.com/$pkg/$path" > before.json
warn "Building the stats locally..."
npm run dist
npm run --silent dist
cp $path after.json
function list_selectors() {