Files
atom/script/cibuild
2013-09-03 16:21:39 -07:00

14 lines
202 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
rm -rf ~/.atom
rm -rf /tmp/atom-coffee-cache
git clean -dff
./script/bootstrap
./node_modules/.bin/apm clean
./node_modules/.bin/grunt ci --stack --no-color