AI Implementation feature(899): Data and run (#39)
This commit was merged in pull request #39.
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"build": "npm --workspace frontend run build && npm --workspace backend run build",
|
||||
"start": "node backend/dist/main.js",
|
||||
"start:dev": "npm --workspace backend run start:dev",
|
||||
"dev": "concurrently --kill-others-on-fail --names \"backend,frontend\" --prefix-colors \"auto\" \"npm --workspace backend run start:dev\" \"npm --workspace frontend run start\"",
|
||||
"dev:backend": "npm --workspace backend run start:dev",
|
||||
"dev:frontend": "npm --workspace frontend run start",
|
||||
"test": "jest --config tests/jest.config.js",
|
||||
"test:backend": "jest --config tests/jest.config.js --selectProjects backend",
|
||||
"test:frontend": "jest --config tests/jest.config.js --selectProjects frontend",
|
||||
@@ -21,6 +24,7 @@
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/jsdom": "^28.0.3",
|
||||
"@types/node": "^20.11.0",
|
||||
"concurrently": "^9.1.0",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"jsdom": "^29.1.1",
|
||||
|
||||
Reference in New Issue
Block a user