Add script/build task

This commit is contained in:
probablycorey 2013-06-20 17:07:55 -07:00
parent fd78c2a709
commit 93d6a80bc6
2 changed files with 7 additions and 0 deletions

7
script/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
set -e
cd "$(dirname "$0")/.."
./node_modules/.bin/grunt "$@"

0
script/set-version Normal file → Executable file
View File