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:
parent
8cc63dbef3
commit
b4afe7ac99
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user