We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac5070 commit 81fcfafCopy full SHA for 81fcfaf
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install dependencies and build
35
working-directory: ./client
36
run: |
37
- npm ci
+ npm install
38
npm run package
39
40
- name: Install vsce
client/package.json
@@ -2,7 +2,7 @@
2
"name": "liquid-java",
3
"displayName": "LiquidJava",
4
"description": "Extending Java with Liquid Types",
5
- "version": "0.0.61",
+ "version": "0.0.62",
6
"publisher": "AlcidesFonseca",
7
"repository": {
8
"type": "git",
0 commit comments