Skip to content

Commit 00120ac

Browse files
committed
disable build step
1 parent afb550b commit 00120ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
cache-dependency-path: '**/pnpm-lock.yaml'
3636
- name: install
3737
run: pnpm install --frozen-lockfile --prefer-offline
38-
- name: build
39-
id: build
40-
run: pnpm run build
38+
# reactivate this when there is a build step
39+
# - name: build
40+
# id: build
41+
# run: pnpm run build
4142
- name: lint
4243
if: (${{ success() }} || ${{ failure() }})
4344
run: pnpm run lint

0 commit comments

Comments
 (0)