readd prepublish check

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

Branch: refs/heads/fix-deps
Commit: 377b5c6117dbacf19ec4a55527346c5419f2d630
Parents: 959e465
Author: Robert Kowalski <robertkowal...@apache.org>
Authored: Mon Sep 5 01:45:30 2016 +0200
Committer: Robert Kowalski <robertkowal...@apache.org>
Committed: Mon Sep 5 01:45:30 2016 +0200

----------------------------------------------------------------------
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/377b5c61/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8b12c23..4930cf6 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,8 @@
     "docker:up": "docker-compose -f ./docker/dc.selenium.yml up -d",
     "docker:debug-up": "docker-compose -f ./docker/dc.selenium-debug.yml up 
-d",
     "docker:down": "docker-compose -f ./docker/dc.selenium.yml down",
-    "remove-test-dbs": "node ./bin/remove-test-dbs.js"
+    "remove-test-dbs": "node ./bin/remove-test-dbs.js",
+    "prepublish":  "grunt release"
   },
   "dependencies": {
     "backbone": "^1.1.0",

Reply via email to