Skip to content

Commit

Permalink
minor travis edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ferronrsmith committed Sep 21, 2017
1 parent 528cab4 commit a9cd7e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ branches:
- master
- /^v[0-9](\.[0-9]+)(\.[0-9]+)?$/
script: npm run check
before_deploy: npm run pack
before_deploy: npm run build
deploy:
provider: npm
email: [email protected]
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"build:babel": "babel src --out-dir lib",
"build:umd": "webpack lib browser/bodybuilder.min.js",
"build:docs": "documentation build src/index.js -o docs -f html --name bodybuilder",
"build": "npm run pack && npm run build:docs",
"pack": "npm run build:babel && npm run build:umd",
"build": "npm run build:babel && npm run build:umd && npm run build:docs",
"lint": "eslint src test",
"style": "npm run lint",
"test": "babel-tape-runner test/* | tap-spec",
Expand Down Expand Up @@ -68,4 +67,4 @@
"search",
"dsl"
]
}
}

0 comments on commit a9cd7e4

Please sign in to comment.