Files
router-lists-ui/package.json
T
denozord 2dfb6916dd
Publish Fast Tabler Docker image / Test before build (push) Failing after 7m0s
Publish Fast Tabler Docker image / Build and push image (push) Has been skipped
Test and Lint / Backend tests (push) Successful in 9m38s
Test and Lint / Frontend lint, test, build (push) Failing after 5m38s
feat(tests): update test scripts for backend and frontend, add CI testing workflow
2026-02-12 11:20:36 +07:00

17 lines
386 B
JSON

{
"name": "router-lists-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently \"cd backend && npm run dev\" \"cd frontend && npm run dev\"",
"test": "npm test --prefix backend && npm test --prefix frontend"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^9.2.0"
}
}