pulsar/script/cibuild

12 lines
109 B
Plaintext
Raw Normal View History

#!/bin/sh
2012-08-31 21:43:21 +04:00
2013-06-21 02:26:00 +04:00
set -e
cd "$(dirname "$0")/.."
rm -rf ~/.atom
2013-05-29 21:01:33 +04:00
git clean -dff
2013-06-21 02:41:23 +04:00
rm -fr node_modules
2013-06-21 20:45:24 +04:00
./script/test