mirror of
https://github.com/primer/css.git
synced 2024-12-24 22:53:58 +03:00
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
$(dirname $0)/npm-run stylelint --quiet --syntax scss **/*.scss
|