mirror of
https://github.com/primer/css.git
synced 2024-11-30 01:04:04 +03:00
9 lines
149 B
Bash
Executable File
9 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
echo "Reporting bundle sizes..."
|
|
script/bundle-size-report --all
|
|
|
|
echo "Reporting selector diffs..."
|
|
script/selector-diff-report
|