Skip to content

Commit 0e4e09a

Browse files
authored
Build to prod when deploying (#309)
1 parent ddfc5bb commit 0e4e09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ script:
2020

2121
before_deploy:
2222
# package and navigate to dist
23-
- npm run build:lib
23+
- ng build igniteui-angular-wrappers --prod
2424
- cd dist/igniteui-angular-wrappers
2525
# update package version
2626
- npm version "$TRAVIS_TAG" --no-git-tag-version --save

0 commit comments

Comments
 (0)