fix: build extension action

This commit is contained in:
Steven
2023-08-24 21:04:58 +08:00
parent efc3815edf
commit bdf7f327d2
4 changed files with 25 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ jobs:
node-version: "18"
cache: pnpm
cache-dependency-path: "frontend/extension/pnpm-lock.yaml"
- run: pnpm install
working-directory: frontend/types
- run: pnpm install
working-directory: frontend/extension
- name: Run extension build