ci: fix build

This commit is contained in:
NGPixel
2023-10-22 22:23:12 +00:00
parent dadfae402f
commit 2c8f9f8e30
4 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -46,13 +46,13 @@ jobs:
- name: Build Assets
working-directory: ux
run: |
pnpm install
pnpm install --frozen-lockfile --shamefully-hoist
pnpm build
- name: Build Blocks
working-directory: blocks
run: |
pnpm install
pnpm install --frozen-lockfile
pnpm build
- name: Login to GitHub Container Registry