We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c2be6 commit af2d80eCopy full SHA for af2d80e
.github/workflows/build.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: Build OSGi bundle
41
run: npm run build-plugin
42
43
+ - name: prepublish
44
+ run: npm run vscode:prepublish
45
+
46
- name: Test extension
47
run: DISPLAY=:99 npm test
48
@@ -73,6 +76,9 @@ jobs:
73
76
74
77
75
78
79
80
81
82
83
run: npm test
84
@@ -106,6 +112,9 @@ jobs:
106
112
107
113
108
114
115
116
117
109
118
110
119
111
120
0 commit comments