From 19fa0bca189edbec385812781048229900cf4b54 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 17 Apr 2019 16:20:38 -0400 Subject: [PATCH] Remove unused npm scripts --- docs/latest/_book/package.json | 4 +--- docs/latest/package.json | 4 +--- docs/v1/package.json | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/latest/_book/package.json b/docs/latest/_book/package.json index 12d2b543a..40879f39e 100644 --- a/docs/latest/_book/package.json +++ b/docs/latest/_book/package.json @@ -7,9 +7,7 @@ "doc": "docs" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "docs": "gitbook install && gitbook serve", - "docs:deploy": "bash ./update-docs.sh" + "docs": "gitbook install && gitbook serve" }, "repository": { "type": "git", diff --git a/docs/latest/package.json b/docs/latest/package.json index fb272168c..0bdc0f812 100644 --- a/docs/latest/package.json +++ b/docs/latest/package.json @@ -7,9 +7,7 @@ "doc": "docs" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "docs": "gitbook install && gitbook serve", - "docs:deploy": "bash ./update-docs.sh" + "docs": "gitbook install && gitbook serve" }, "repository": { "type": "git", diff --git a/docs/v1/package.json b/docs/v1/package.json index f08a96b0c..b2341b770 100644 --- a/docs/v1/package.json +++ b/docs/v1/package.json @@ -7,9 +7,7 @@ "doc": "docs" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "docs": "gitbook install && gitbook serve", - "docs:deploy": "bash ./update-docs.sh" + "docs": "gitbook install && gitbook serve" }, "repository": { "type": "git",