Skip to content

Commit 1b27797

Browse files
authored
ci(publish): skip scripts and remove lint step to keep publish workflow minimal (#1775)
1 parent 42d6389 commit 1b27797

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ jobs:
3232
with:
3333
persist-credentials: false
3434
- name: Install dependencies
35-
run: pnpm install --frozen-lockfile
35+
run: pnpm install --frozen-lockfile --ignore-scripts
3636
- name: Build front-end assets
3737
run: pnpm run build
38-
- name: Run lint
39-
run: pnpm run lint
4038
- name: Publish
4139
run: |
4240
if git log -1 --pretty=%B | grep "^release: [0-9]\+\.[0-9]\+\.[0-9]\+$";

0 commit comments

Comments
 (0)