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",