Skip to content

Commit c1ae7ed

Browse files
committed
test
1 parent 05d4e0f commit c1ae7ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/jetbrains-release.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ jobs:
133133
# npm run build
134134

135135
# Run prepackage.js script
136-
# - name: Run prepackage script
137-
# run: |
138-
# cd ../../extensions/vscode
139-
# npm ci
140-
# npm run prepackage
141-
# env:
142-
# # https://github.com/microsoft/vscode-ripgrep/issues/9#issuecomment-643965333
143-
# GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
136+
- name: Run prepackage script
137+
run: |
138+
cd extensions/vscode
139+
npm ci
140+
npm run prepackage
141+
env:
142+
# https://github.com/microsoft/vscode-ripgrep/issues/9#issuecomment-643965333
143+
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
144144

145145
# npm install binary
146146
- name: Install binary node_modules

0 commit comments

Comments
 (0)