Skip to content

Commit

Permalink
Fix NPM publish
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 3, 2018
1 parent 9603206 commit 32fee40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ deploy:
on:
tags: true
repo: apigee-127/swagger-converter
skip_cleanup: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preuglify": "npm run browserify",
"uglify": "uglifyjs browser.js > browser.min.js",
"build": "npm run uglify",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 32fee40

Please sign in to comment.