feat: use pnpm #1789

Merged
konrad merged 7 commits from dpschen/frontend:feature/feat-use-pnpm into main 2022-09-21 20:49:14 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 62e227c767 - Show all commits

View File

@ -108,6 +108,7 @@ steps:
commands:
- sed -i 's/localhost/api/g' dist/index.html
- corepack enable && corepack prepare pnpm@7.9.3 --activate && pnpm config set store-dir .cache/pnpm
- pnpm cypress install
- pnpm run serve:dist & npx wait-on http://localhost:4173
- pnpm run test:frontend --browser chrome --record
depends_on: