chore(temp): disable check-env to make ci happy

This commit is contained in:
Zhicheng Wang 2017-07-23 23:43:19 +08:00
parent 2f2ca31a62
commit 323010a135
1 changed files with 3 additions and 4 deletions

View File

@ -7,9 +7,9 @@
"license": "MIT",
"scripts": {
"ng": "yarn check-env && ng",
"setup": "yarn check-env && yarn && yarn boilerplate:remove && yarn boilerplate:add",
"setup": "yarn && yarn boilerplate:remove && yarn boilerplate:add",
"start": "yarn check-env && ng serve",
"build": "yarn check-env && yarn generate-plunkers && yarn docs && ng build -prod -sm",
"build": "yarn generate-plunkers && yarn docs && ng build -prod -sm",
"lint": "yarn check-env && yarn docs-lint && ng lint",
"test": "yarn check-env && ng test --sourcemap=false",
"pree2e": "yarn ~~update-webdriver",
@ -81,7 +81,6 @@
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "2.2.0",
"vrsource-tslint-rules": "^4.0.1",
"yarn": "^0.27.5"
"vrsource-tslint-rules": "^4.0.1"
}
}