fix: install

This commit is contained in:
2025-03-10 22:05:44 +01:00
parent c55da7b33a
commit f61558cb18

View File

@@ -39,7 +39,7 @@ jobs:
- run: tar -xf documentation.tar ./docs -C ./docs - run: tar -xf documentation.tar ./docs -C ./docs
- name: Install Deps - name: Install Deps
run: npm install -g pnpm && pnpm run: npm install -g pnpm && pnpm install
- name: Build lib - name: Build lib
run: pnpm run build run: pnpm run build