feat: Migrate deployment scripts to use pnpm for dependency management

This commit is contained in:
2025-08-26 22:28:21 +02:00
parent 1b22ec4491
commit 543d4c3bf3
2 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ jobs:
pnpm install --frozen-lockfile
pnpm run build
- name: Install Cypress binary
run: pnpx cypress install
- name: Install http-server
run: pnpm add -D http-server

View File

@@ -33,6 +33,9 @@ jobs:
pnpm install --frozen-lockfile
pnpm run build
- name: Install Cypress binary
run: pnpx cypress install
- name: Install http-server
run: pnpm add -D http-server