File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 77 "doc" : " docs"
88 },
99 "scripts" : {
10- "clean" : " node ./BuildScripts/clean.js" ,
11- "pullsubmodules" : " git submodule foreach git pull origin master" ,
12- "postinstall" : " node ./BuildScripts/install.js" ,
13- "prebuild" : " node ./BuildScripts/prebuild.js" ,
10+ "clean" : " vsts-build-tools-clean" ,
11+ "postinstall" : " vsts-build-tools-install" ,
12+ "prebuild" : " vsts-build-tools-prebuild" ,
1413 "build" : " tsc" ,
15- "package" : " node BuildScripts/ package.js " ,
14+ "package" : " vsts-build-tools- package" ,
1615 "build:test" : " run-s build test" ,
17- "test" : " node ./Tests/runJasmine.js" ,
18- "test:chutzpah" : " chutzpah.console ./Tests"
16+ "test" : " node ./Tests/runJasmine.js"
1917 },
2018 "repository" : {
2119 "type" : " git" ,
3533 "homepage" : " https://github.com/geeklearningio/gl-vsts-tasks-semver/wiki" ,
3634 "devDependencies" : {
3735 "async" : " 2.0.1" ,
38- "karma" : " ^1.1.2" ,
39- "npm-run-all" : " 2.3.0" ,
36+ "gl-vsts-tasks-build-scripts" : " ^0.2.0-alpha.5" ,
4037 "jasmine" : " ~2.5.3" ,
41- "jasmine-reporters" : " ~2.2.1"
38+ "jasmine-reporters" : " ~2.2.1" ,
39+ "karma" : " ^1.1.2" ,
40+ "npm-run-all" : " 2.3.0"
4241 }
4342}
You can’t perform that action at this time.
0 commit comments