Skip to content

Commit d29092d

Browse files
authored
Update publish.yml
1 parent 105c969 commit d29092d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
node-version: "18"
2020
cache: "pnpm"
2121
- run: pnpm i
22-
- run: pnpm run lint
22+
# Disabled temporarily, no lint script yet
23+
# - run: pnpm run lint
2324
- run: pnpm build
2425

2526
- run: npx semantic-release

0 commit comments

Comments
 (0)