mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 02:18:26 +01:00
fix(github/angular): add prebuild stage
This commit is contained in:
3
.github/workflows/angular.yml
vendored
3
.github/workflows/angular.yml
vendored
@@ -21,6 +21,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Prebuild
|
||||
run: pnpm --filter @lucide/angular prebuild
|
||||
|
||||
- name: Build
|
||||
run: pnpm --filter @lucide/angular build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user