1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-13 01:24:55 +02:00

build fix

This commit is contained in:
codecalm
2024-02-28 00:07:36 +01:00
parent 3c8b36e8e4
commit d10fa5c660

View File

@@ -32,7 +32,7 @@ jobs:
${{ runner.os }}-pnpm-store- ${{ runner.os }}-pnpm-store-
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install --no-frozen-lockfile
- name: Validate icons - name: Validate icons
run: pnpm validate run: pnpm validate