Remove shamefully hoist (#660)

* feat: remove shamefully hoist

* chore: remove .npmrc
This commit is contained in:
Tonya
2025-05-04 17:11:00 +00:00
committed by GitHub
parent b89364d8c5
commit 16bcffac45
8 changed files with 5 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Build Frontend and Copy to Backend
working-directory: frontend
run: |
pnpm install --shamefully-hoist
pnpm install
pnpm run build
cp -r ./.output/public ../backend/app/api/static/

View File

@@ -18,7 +18,7 @@ jobs:
version: 9.12.2
- name: Install dependencies
run: pnpm install --shamefully-hoist
run: pnpm install
working-directory: frontend
- name: Run Lint