Remove jake (hopefully for real this time) (#29085)

* Remove jake (hopefully for real this time)

* Fix gulpfile non-lkg build, add sanity-check build to posttest on CI, accept older baseline style to go with lkgd build

* More docs/scripts jake -> gulp
This commit is contained in:
Wesley Wigham
2019-02-20 15:32:15 -08:00
committed by GitHub
parent 4e3efc2e90
commit b67f2d6bdf
12 changed files with 54 additions and 903 deletions

View File

@@ -68,7 +68,6 @@
"gulp-rename": "latest",
"gulp-sourcemaps": "latest",
"istanbul": "latest",
"jake": "latest",
"lodash": "^4.17.11",
"merge2": "latest",
"minimist": "latest",
@@ -91,16 +90,16 @@
"xml2js": "^0.4.19"
},
"scripts": {
"pretest": "jake tests",
"test": "jake runtests-parallel light=false",
"pretest": "gulp tests",
"test": "gulp runtests-parallel --light=false",
"build": "npm run build:compiler && npm run build:tests",
"build:compiler": "jake local",
"build:tests": "jake tests",
"build:compiler": "gulp local",
"build:tests": "gulp tests",
"start": "node lib/tsc",
"clean": "jake clean",
"clean": "gulp clean",
"gulp": "gulp",
"jake": "jake",
"lint": "jake lint",
"jake": "gulp",
"lint": "gulp lint",
"setup-hooks": "node scripts/link-hooks.js"
},
"browser": {