From ef6981a052c4ef0cf389c1e887df227e147ce5d0 Mon Sep 17 00:00:00 2001 From: Pascal Berrang Date: Sat, 24 Mar 2018 13:15:01 -0600 Subject: [PATCH] Remove prepublish command as it breaks Travis. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 99ea0b8..b2a8ae2 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:nimiq-network/jungle-db.git", "author": "paberr ",