Skip to content

Commit b14fb98

Browse files
committed
use relative path to gulp instead of installed
1 parent 43a1786 commit b14fb98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/csharp-o/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "./out/omnisharpMain",
1919
"scripts": {
20-
"postinstall": "gulp omnisharp",
20+
"postinstall": "node ./node_modules/gulp/bin/gulp.js omnisharp",
2121
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../gulpfile.plugins.js compile-plugin:csharp-o ./tsconfig.json"
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)