File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
node-version : 20
15
15
cache : yarn
16
16
- name : Install dependencies
17
- run : yarn install --frozen-lockfile
17
+ run : yarn install --immutable
18
18
- name : Lint
19
19
# TODO: Add proper linting command
20
20
run : yarn format
31
31
node-version : 20
32
32
cache : yarn
33
33
- name : Install dependencies
34
- run : yarn install --frozen-lockfile
34
+ run : yarn install --immutable
35
35
- name : Test
36
36
run : yarn test
Original file line number Diff line number Diff line change 41
41
node-version : 20
42
42
cache : yarn
43
43
- name : Install dependencies
44
- run : yarn install --frozen-lockfile
44
+ run : yarn install --immutable
45
45
46
46
- name : Package
47
47
run : yarn run package
Original file line number Diff line number Diff line change 85
85
"download-lsp" : " node scripts/lsp.js" ,
86
86
"format" : " yarn prettier . --write" ,
87
87
"vscode:prepublish" : " yarn run download-lsp && yarn run build" ,
88
- "package" : " vsce package" ,
88
+ "package" : " vsce package --no-dependencies " ,
89
89
"test:syntax" : " yarn run build:syntax && vscode-tmgrammar-test ./tests/syntaxes/*" ,
90
90
"test" : " yarn test:syntax"
91
91
},
You can’t perform that action at this time.
0 commit comments