Switch to new CI package (#45101)

* Switch to new CI package

Code has moved from types-publisher to @definitelytyped/dtslint-runner

* undo fake aframe change
This commit is contained in:
Nathan Shively-Sanders
2020-05-27 09:58:50 -07:00
committed by GitHub
parent db53814c8c
commit f758069b5c

View File

@@ -18,7 +18,7 @@
"compile-scripts": "tsc -p scripts",
"not-needed": "node scripts/not-needed.js",
"update-codeowners": "node scripts/update-codeowners.js",
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed",
"test": "node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path .",
"lint": "dtslint types",
"prettier": "prettier"
},
@@ -26,7 +26,7 @@
"danger": "^10.1.1",
"dtslint": "latest",
"prettier": "^2.0.2",
"types-publisher": "github:Microsoft/types-publisher#production"
"@definitelytyped/dtslint-runner": "latest"
},
"husky": {
"hooks": {