mirror of https://github.com/docker/docs.git
removing postinstall
This commit is contained in:
parent
3cf1a37835
commit
77ee7b3485
|
@ -12,11 +12,10 @@
|
||||||
"bugs": "https://github.com/kitematic/kitematic/issues",
|
"bugs": "https://github.com/kitematic/kitematic/issues",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "gulp",
|
"start": "gulp",
|
||||||
"test": "jest --coverage",
|
"test": "jest",
|
||||||
"release": "gulp release",
|
"release": "gulp release",
|
||||||
"release:beta": "gulp release --beta",
|
"release:beta": "gulp release --beta",
|
||||||
"preinstall": "./util/deps",
|
"preinstall": "./util/deps",
|
||||||
"postinstall": "gulp download",
|
|
||||||
"lint": "jsxhint src && jsxhint browser"
|
"lint": "jsxhint src && jsxhint browser"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"licenses": [
|
||||||
|
|
Loading…
Reference in New Issue