pulsar/script/cibuild
Kevin Sawicki bc76b70552 Add SHA-1 based CoffeeScript compile cache
This restores the require cache that was used pre-node integration
2013-09-09 18:56:15 +01:00

13 lines
172 B
Bash
Executable File

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