mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
bebb56ba4a
This reverts commite15e1fdcaf
, reversing changes made tob0099723c7
.
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
pushd $(dirname $0) > /dev/null
|
|
PATH="$(npm bin):$PATH"
|
|
popd > /dev/null
|
|
"$@"
|