mirror of
https://github.com/primer/css.git
synced 2024-12-18 19:51:37 +03:00
bebb56ba4a
This reverts commite15e1fdcaf
, reversing changes made tob0099723c7
.
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 "$@"
|