1
1
mirror of https://github.com/primer/css.git synced 2024-12-12 10:47:14 +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