mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
57aa5ee89e
and write JSON with a newline
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
$(dirname $0)/npm-run stylelint --quiet --syntax scss **/*.scss
|