mirror of
https://github.com/primer/css.git
synced 2024-12-21 05:01:45 +03:00
57aa5ee89e
and write JSON with a newline
4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
$(dirname $0)/npm-run npm-run-all --serial --silent "$@"
|