1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Add build step to bundlewatch workflow

This commit is contained in:
codecalm
2025-02-03 23:04:41 +01:00
parent f8a7a13f6b
commit bc5951b50d

View File

@@ -44,6 +44,9 @@ jobs:
- name: Install pnpm dependencies
run: pnpm install --no-frozen-lockfile
- name: Build
run: pnpm run build
- name: Run bundlewatch
run: pnpm run bundlewatch
env: