build: use pkgroll

This commit is contained in:
Hiroki Osame
2023-02-16 14:40:14 +09:00
parent 9ebe807e49
commit 361bd99ad8
6 changed files with 518 additions and 7 deletions

View File

@@ -27,7 +27,10 @@ jobs:
run_install: true
- name: Type check
run: pnpm build
run: pnpm type-check
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build