Skip to content

Commit a7a8b50

Browse files
committed
Remove submodule
1 parent a196e80 commit a7a8b50

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

BuildScripts

Submodule BuildScripts deleted from 828318e

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
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",
@@ -35,9 +33,10 @@
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
}

0 commit comments

Comments
 (0)