Skip to content

Commit

Permalink
fix(travis): add to prepublish script instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrokuan committed Apr 13, 2019
1 parent 14c8704 commit 82aa20b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ jobs:
provider: script
skip_cleanup: true
script:
- npm run build
- npx semantic-release
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@
"build:npm": "babel source --presets babel-preset-latest --out-dir distribution",
"build:dist": "webpack",
"test": "echo 'doing nothing'",
"lint": "eslint source",
"docs": "jsdoc source/*.js -d ./docs/"
},
"precommit": {
"run": [
"lint"
]
"docs": "jsdoc source/*.js -d ./docs/",
"prepublish": "npm run build"
},
"devDependencies": {
"amd-loader": "^0.0.5",
Expand Down

0 comments on commit 82aa20b

Please sign in to comment.