pulsar/script/cibuild

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