mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
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:
committed by
GitHub
parent
db53814c8c
commit
f758069b5c
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user