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 d945960 commit d061199Copy full SHA for d061199
.github/workflows/ci.yml
@@ -26,7 +26,6 @@ jobs:
26
run_install: |
27
args: [--frozen-lockfile, --strict-peer-dependencies]
28
# - run: pnpm lint
29
- - run: pnpm tsc
30
- run: pnpm vscode-utils prepareFrameworkBuild
31
- run: pnpm build
32
# - uses: GabrielBB/[email protected]
.github/workflows/release.yml
@@ -23,7 +23,6 @@ jobs:
23
24
25
- run: pnpx zardoy-release vscode-extension
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments