Skip to content

Commit

Permalink
ci: remove makelib
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jan 15, 2024
1 parent cf20fdf commit e9d388f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run_install: true

- name: Build Docs
run: pnpm makelib && pnpm build && pnpm build:docs
run: pnpm build && pnpm build:docs

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run_install: true

- name: Build
run: pnpm makelib && pnpm build
run: pnpm build

- name: Create Release Pull Request or Publish to NPM
id: changesets
Expand Down

0 comments on commit e9d388f

Please sign in to comment.