Skip to content

Commit 81fcfaf

Browse files
committed
Release 0.0.62
1 parent dac5070 commit 81fcfaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies and build
3535
working-directory: ./client
3636
run: |
37-
npm ci
37+
npm install
3838
npm run package
3939
4040
- name: Install vsce

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "liquid-java",
33
"displayName": "LiquidJava",
44
"description": "Extending Java with Liquid Types",
5-
"version": "0.0.61",
5+
"version": "0.0.62",
66
"publisher": "AlcidesFonseca",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)