Skip to content

Commit

Permalink
add npm run build to first job
Browse files Browse the repository at this point in the history
  • Loading branch information
jbadan committed Jan 16, 2019
1 parent ff23918 commit ba932ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .size-limit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
name: "Fundamental-React Size",
webpack: false,
webpack: true,
path: "dist/index.js",
limit: "30 KB"
}
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
jobs:
include:
- stage: "Fundamental-react: Test & Lint"
script: npm run lint && npm run test:coveralls && npm run size
script: npm run build && npm run lint && npm run test:coveralls && npm run size
- stage: Deploy
if: branch = master AND type != pull_request
before_deploy:
Expand Down

0 comments on commit ba932ff

Please sign in to comment.