Skip to content

Commit

Permalink
Build to prod when deploying (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkamburov authored Jan 31, 2020
1 parent ddfc5bb commit 0e4e09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script:

before_deploy:
# package and navigate to dist
- npm run build:lib
- ng build igniteui-angular-wrappers --prod
- cd dist/igniteui-angular-wrappers
# update package version
- npm version "$TRAVIS_TAG" --no-git-tag-version --save
Expand Down

0 comments on commit 0e4e09a

Please sign in to comment.