mirror of https://github.com/docker/docs.git
Remove release npm scripts
This commit is contained in:
parent
98873e4c5d
commit
aa569aedbf
|
@ -14,8 +14,6 @@
|
||||||
"start": "grunt",
|
"start": "grunt",
|
||||||
"test": "jest -c jest-unit.json",
|
"test": "jest -c jest-unit.json",
|
||||||
"integration": "jest -c jest-integration.json",
|
"integration": "jest -c jest-integration.json",
|
||||||
"release": "grunt release",
|
|
||||||
"release:beta": "grunt release --beta=true",
|
|
||||||
"lint": "jsxhint src"
|
"lint": "jsxhint src"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"licenses": [
|
||||||
|
|
Loading…
Reference in New Issue