1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00
css/script/run-reports
Shawn Allen 5e55b3c1d9 derp
2019-09-10 11:36:15 -07:00

9 lines
152 B
Bash
Executable File

#!/bin/bash
set -e
echo "Reporting bundle sizes..."
script/bundle-size-report.js --all
echo "Reporting selector diffs..."
script/selector-diff-report