1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00
css/script/npm-run
Shawn Allen bebb56ba4a Revert "Merge branch 'dev' into master"
This reverts commit e15e1fdcaf, reversing
changes made to b0099723c7.
2017-09-20 21:21:19 -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
"$@"