Files
atom/script/cibuild
2013-07-03 17:53:43 -07:00

12 lines
109 B
Bash
Executable File

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