Skip to content

Commit af2d80e

Browse files
committed
Update GitHub Action
1 parent e6c2be6 commit af2d80e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Build OSGi bundle
4141
run: npm run build-plugin
4242

43+
- name: prepublish
44+
run: npm run vscode:prepublish
45+
4346
- name: Test extension
4447
run: DISPLAY=:99 npm test
4548

@@ -73,6 +76,9 @@ jobs:
7376
- name: Build OSGi bundle
7477
run: npm run build-plugin
7578

79+
- name: prepublish
80+
run: npm run vscode:prepublish
81+
7682
- name: Test extension
7783
run: npm test
7884

@@ -106,6 +112,9 @@ jobs:
106112
- name: Build OSGi bundle
107113
run: npm run build-plugin
108114

115+
- name: prepublish
116+
run: npm run vscode:prepublish
117+
109118
- name: Test extension
110119
run: npm test
111120

0 commit comments

Comments
 (0)