Skip to content

Commit

Permalink
Remove prepublish command as it breaks Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
paberr committed Mar 24, 2018
1 parent baa8c37 commit ef6981a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"test-leveldb": "jasmine",
"test-lmdb": "jasmine --config=spec/support/lmdb-jasmine.json",
"test-indexeddb": "gulp test",
"lint": "gulp eslint",
"prepublish": "gulp eslint && jasmine && jasmine --config=spec/support/lmdb-jasmine.json && rm -rf dist && gulp build"
"lint": "gulp eslint"
},
"repository": "[email protected]:nimiq-network/jungle-db.git",
"author": "paberr <[email protected]>",
Expand Down

0 comments on commit ef6981a

Please sign in to comment.