Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from npm to pnpm, webpack to vite #884

Merged
merged 12 commits into from
Oct 9, 2023
Prev Previous commit
Next Next commit
fix(ci): working directory
  • Loading branch information
JoltCode committed Oct 8, 2023
commit f3c7bb8cbedd59763539971be29aa91a4a71f101
4 changes: 2 additions & 2 deletions .github/workflows/r-frontend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
with:
package_json_file: src/frontend/main/package.json
package_json_file: src/frontend/package.json
version: 8.8.0

- name: Test Frontend
working-directory: src/frontend/main
working-directory: src/frontend
run: pnpm run test