Files
atom/script/create-atom
probablycorey fcaa952973 Simplify gyp
Gyp is only used for construction now.
2013-06-20 12:15:34 -07:00

7 lines
103 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
./node_modules/.bin/grunt --build-dir="$BUILT_PRODUCTS_DIR"