1
1
mirror of https://github.com/primer/css.git synced 2024-12-19 04:01:49 +03:00
css/script/npm-run
Shawn Allen 57aa5ee89e add helper scripts for top-level deps
and write JSON with a newline
2017-09-08 13:46:44 -07:00

7 lines
97 B
Bash
Executable File

#!/bin/bash
set -e
pushd $(dirname $0) > /dev/null
PATH="$(npm bin):$PATH"
popd > /dev/null
"$@"