Skip to content

Commit

Permalink
CI: Ensure npm builds in production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dbazile committed Feb 7, 2017
1 parent a4c25a7 commit 9a2f1bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile.new
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ node {
sh """
npm install
./node_modules/.bin/typings install
NODE_ENV=production
npm run build
NODE_ENV=production npm run build
cp nginx.conf dist/

pushd dist > /dev/null
Expand Down

0 comments on commit 9a2f1bd

Please sign in to comment.