Remove unused npm scripts

This commit is contained in:
dannyrb 2019-04-17 16:20:38 -04:00
parent 10913933cd
commit 19fa0bca18
3 changed files with 3 additions and 9 deletions

View File

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

View File

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

View File

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