mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
use relative path to gulp instead of installed
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
],
|
||||
"main": "./out/omnisharpMain",
|
||||
"scripts": {
|
||||
"postinstall": "gulp omnisharp",
|
||||
"postinstall": "node ./node_modules/gulp/bin/gulp.js omnisharp",
|
||||
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../gulpfile.plugins.js compile-plugin:csharp-o ./tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user