Skip to content

Commit 218f5c3

Browse files
Stop running gulp task to acquire OmniSharp on post install
1 parent 0fda72f commit 218f5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"main": "./out/omnisharpMain",
1717
"scripts": {
18-
"postinstall": "tsc && gulp omnisharp"
18+
"postinstall": "tsc"
1919
},
2020
"dependencies": {
2121
"decompress": "^3.0.0",

0 commit comments

Comments
 (0)