We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sh
1 parent 1d0c512 commit f569ddaCopy full SHA for f569dda
package.json
@@ -15,7 +15,7 @@
15
"prepush": "npm run test:server",
16
"lint": "tslint -p tslint.json",
17
"test:server": "cd server && npm run compile && npm test",
18
- "test:e2e": "./test/e2e.sh",
+ "test:e2e": "sh ./test/e2e.sh",
19
"test": "run-s lint compile test:server test:e2e",
20
"docs": "bash ./build/update-docs.sh",
21
"postinstall": "node ./node_modules/vscode/bin/install"
0 commit comments