mirror of
https://github.com/primer/css.git
synced 2024-11-28 04:43:05 +03:00
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
npx stylelint --quiet --syntax scss **/*.scss
|