Skip to content

Commit f569dda

Browse files
committed
Change back the test script to us sh
1 parent 1d0c512 commit f569dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prepush": "npm run test:server",
1616
"lint": "tslint -p tslint.json",
1717
"test:server": "cd server && npm run compile && npm test",
18-
"test:e2e": "./test/e2e.sh",
18+
"test:e2e": "sh ./test/e2e.sh",
1919
"test": "run-s lint compile test:server test:e2e",
2020
"docs": "bash ./build/update-docs.sh",
2121
"postinstall": "node ./node_modules/vscode/bin/install"

0 commit comments

Comments
 (0)