Skip to content

Commit d697595

Browse files
committed
build: compress json before build
1 parent 9c21c15 commit d697595

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Install vsce
2424
run: npm i -g @vscode/vsce
2525

26+
- name: Compress JSON Files
27+
run: |
28+
chmod +x scripts/compress-json.sh
29+
./scripts/compress-json.sh
30+
2631
- name: Publish Extension on VSCODE
2732
run: vsce publish -p ${{secrets.PUBLISH_TOKEN}} --skip-duplicate
2833

0 commit comments

Comments
 (0)