pulsar/script/cibuild
2013-06-20 17:15:52 -07:00

10 lines
111 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
rm -rf ~/.atom
git clean -dff
./node_modules/.bin/grunt ci --stack