forked from external/vscode-xml
Add Windows-Specific Test Script
This commit is contained in:
parent
1a2477fd19
commit
c051d9a9e3
@ -262,6 +262,7 @@
|
|||||||
"watch": "tsc -watch -p ./",
|
"watch": "tsc -watch -p ./",
|
||||||
"postinstall": "node ./node_modules/vscode/bin/install",
|
"postinstall": "node ./node_modules/vscode/bin/install",
|
||||||
"test": "npm run compile && mocha './out/test/**/*.js'",
|
"test": "npm run compile && mocha './out/test/**/*.js'",
|
||||||
|
"test-windows": "npm run compile && mocha ./out/test/**/*.js",
|
||||||
"lint": "tslint -p tslint.json --fix"
|
"lint": "tslint -p tslint.json --fix"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user