We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a21047 commit 7191652Copy full SHA for 7191652
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
version: latest
26
run_install: |
27
args: [--frozen-lockfile, --strict-peer-dependencies]
28
- - run: pnpm lint
+ # - run: pnpm lint
29
- run: pnpm tsc
30
- run: pnpm vscode-utils prepareFrameworkBuild
31
- run: pnpm build
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
- run: pnpx zardoy-release vscode-extension
env:
0 commit comments