Update dependencies and environment for web app

Upgraded '@makerkit/data-loader-supabase-nextjs' to version 1.1.0 and replaced 'autoprefixer' with a newer version. Added new scripts to 'packages.json' and '.env.test' file for test environment. The changes also include removal of unnecessary 'eslint' dependencies and modifications for 'postcss' related dependencies.
This commit is contained in:
giancarlo
2024-04-13 03:05:51 +08:00
parent c52119ff5a
commit 5ecf0e97da
5 changed files with 63 additions and 179 deletions

View File

@@ -87,7 +87,9 @@ jobs:
run: pnpm run supabase:web:start -- -x studio,migra,deno-relay,pgadmin-schema-diff,imgproxy,logflare
- name: Run App
run: pnpm run dev &
run: |
pnpm --filter web build:test
pnpm --filter web start:test
- name: Run Playwright tests
run: pnpm run test