We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93dbb9 commit 799401eCopy full SHA for 799401e
.github/workflows/main.yml
@@ -18,4 +18,5 @@ jobs:
18
cache: "pnpm"
19
20
- run: pnpm install --frozen-lockfile
21
- - run: pnpm run lint && pnpm run build
+ - run: pnpm run build
22
+ # - run: pnpm run lint && pnpm run build
0 commit comments