mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 05:09:40 +01:00
fix(github/angular): add prebuild stage & fix tests
This commit is contained in:
3
.github/workflows/angular.yml
vendored
3
.github/workflows/angular.yml
vendored
@@ -40,5 +40,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Prebuild
|
||||
run: pnpm --filter @lucide/angular prebuild
|
||||
|
||||
- name: Test
|
||||
run: pnpm --filter @lucide/angular test
|
||||
|
||||
Reference in New Issue
Block a user