Skip to content

Commit 5b38fc9

Browse files
committed
change ordering
1 parent d5522a9 commit 5b38fc9

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/workflows/jetbrains-release.yaml

+10-12
Original file line numberDiff line numberDiff line change
@@ -140,22 +140,11 @@ jobs:
140140
cd ../../core
141141
npm ci
142142
143-
# npm install binary
144-
- name: Install binary node_modules
145-
run: |
146-
cd ../../binary
147-
npm ci
148-
149143
# npm install gui
150-
- name: Install gui node_modules
144+
- name: Install gui node_modules and build
151145
run: |
152146
cd ../../gui
153147
npm ci
154-
155-
# build gui
156-
- name: Build gui
157-
run: |
158-
cd ../../gui
159148
npm run build
160149
161150
# Run prepackage.js script
@@ -168,6 +157,12 @@ jobs:
168157
# https://github.com/microsoft/vscode-ripgrep/issues/9#issuecomment-643965333
169158
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
170159

160+
# npm install binary
161+
- name: Install binary node_modules
162+
run: |
163+
cd ../../binary
164+
npm ci
165+
171166
# Build binaries
172167
- name: Build the binaries
173168
run: |
@@ -224,6 +219,9 @@ jobs:
224219
shell: bash
225220
run: |
226221
cd ../../extensions/intellij/build/distributions
222+
echo "Builds:"
223+
ls
224+
echo "---"
227225
FILENAME=`ls *.zip`
228226
unzip "$FILENAME" -d content
229227

0 commit comments

Comments
 (0)