Added frontend testing script and job
Some checks failed
Test / verify-generated-code (pull_request) Successful in 53s
Test / test (pull_request) Failing after 1m9s
Test / test-frontend (pull_request) Successful in 1m7s
Test / lint (pull_request) Failing after 1m8s

This commit is contained in:
GW_MC
2025-12-02 19:48:25 +08:00
parent edbcdaeff4
commit 051951dc44
2 changed files with 33 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
"typecheck": "react-router typegen && tsc",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"@radix-ui/themes": "^3.2.1",