We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd2f03 commit 1df2e14Copy full SHA for 1df2e14
package.json
@@ -215,7 +215,8 @@
215
"compile": "webpack --mode none",
216
"watch": "webpack --mode none --watch --info-verbosity verbose",
217
"postinstall": "node ./node_modules/vscode/bin/install",
218
- "test": "npm run compile && node ./node_modules/vscode/bin/test",
+ "test":
219
+ "npm run compile && echo $PWD && ls /Users/travis/build/alanz/vscode-hie-server && node ./node_modules/vscode/bin/test",
220
"tslint": "tslint -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
221
"tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
222
"precommit": "pretty-quick --staged",
0 commit comments