Do less mangling of jenkins builds

This turns off uglification, and turns on the react sanity checks.
This commit is contained in:
Richard van der Hoff 2016-04-14 15:05:36 +01:00
parent b6d5849bec
commit 5cdd234bf2
2 changed files with 3 additions and 1 deletions

View file

@ -17,7 +17,7 @@ npm install
npm run test
# build our artifacts; dumps them in ./vector
npm run build
npm run build:dev
# gzip up ./vector
rm vector-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist