Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 7787b3500 -> e18a707b5


Add script to test node package before publishing


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/e18a707b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/e18a707b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/e18a707b

Branch: refs/heads/master
Commit: e18a707b508b527ca7f4842e95f16b4b920fe6ca
Parents: 7787b35
Author: michellephung <[email protected]>
Authored: Wed Jul 20 18:58:53 2016 -0400
Committer: michellephung <[email protected]>
Committed: Wed Jul 20 18:58:53 2016 -0400

----------------------------------------------------------------------
 package.json | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/e18a707b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d44bd12..0441ed7 100644
--- a/package.json
+++ b/package.json
@@ -110,6 +110,7 @@
     "start": "node ./bin/fauxton",
     "start-debug": "DIST=./dist/debug node ./bin/fauxton",
     "preversion": "node version-check.js && grunt release",
+    "test-before-publish":"npm run preversion && npm install . -g",
     "create:animaldb": "./bin/create-animal-db",
     "docker:couchdb-up": "docker-compose -f ./docker/dc.selenium.yml up -d 
couchdb",
     "docker:selenium-up": "docker-compose -f ./docker/dc.selenium.yml up -d 
selenium",

Reply via email to