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 1414 node-version : 20
1515 cache : yarn
1616 - name : Install dependencies
17- run : yarn install --frozen-lockfile
17+ run : yarn install --immutable
1818 - name : Lint
1919 # TODO: Add proper linting command
2020 run : yarn format
3131 node-version : 20
3232 cache : yarn
3333 - name : Install dependencies
34- run : yarn install --frozen-lockfile
34+ run : yarn install --immutable
3535 - name : Test
3636 run : yarn test
Original file line number Diff line number Diff line change 4141 node-version : 20
4242 cache : yarn
4343 - name : Install dependencies
44- run : yarn install --frozen-lockfile
44+ run : yarn install --immutable
4545
4646 - name : Package
4747 run : yarn run package
Original file line number Diff line number Diff line change 8585 "download-lsp" : " node scripts/lsp.js" ,
8686 "format" : " yarn prettier . --write" ,
8787 "vscode:prepublish" : " yarn run download-lsp && yarn run build" ,
88- "package" : " vsce package" ,
88+ "package" : " vsce package --no-dependencies " ,
8989 "test:syntax" : " yarn run build:syntax && vscode-tmgrammar-test ./tests/syntaxes/*" ,
9090 "test" : " yarn test:syntax"
9191 },
You can’t perform that action at this time.
0 commit comments