Skip to content

Commit

Permalink
ci: revert prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Sep 4, 2024
1 parent b2c22c3 commit a706f24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Prepare playground
run: pnpm dev:prepare

- name: Lint
run: pnpm lint

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Prepare playground
run: pnpm dev:prepare

- name: Build package
run: pnpm build

Expand Down

0 comments on commit a706f24

Please sign in to comment.