1
1
mirror of https://github.com/primer/css.git synced 2025-01-07 14:58:54 +03:00
css/script/run-reports

9 lines
152 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
echo "Reporting bundle sizes..."
2019-09-10 21:36:15 +03:00
script/bundle-size-report.js --all
echo "Reporting selector diffs..."
script/selector-diff-report