Do less mangling of jenkins builds
This turns off uglification, and turns on the react sanity checks.
This commit is contained in:
parent
b6d5849bec
commit
5cdd234bf2
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue