Skip to content

Commit

Permalink
build: remove build script
Browse files Browse the repository at this point in the history
  • Loading branch information
macarie committed Dec 27, 2023
1 parent d50e679 commit 5180054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- run: corepack enable
- run: echo node `node --version`, pnpm v`pnpm --version`
- run: pnpm install --frozen-lockfile
- run: pnpm --color --recursive run build
- run: pnpm --color --recursive --parallel run lint
- run: pnpm --color --recursive run typecheck
- run: pnpm --color run test

0 comments on commit 5180054

Please sign in to comment.