test(e2e): playwright smoke for create→practice flow
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"dev:fe": "npm -w @flashcard/frontend run dev",
|
||||
"build": "npm -w @flashcard/shared run build && npm -w @flashcard/backend run build && npm -w @flashcard/frontend run build",
|
||||
"start": "node packages/backend/dist/index.js",
|
||||
"e2e": "playwright test --config packages/frontend/playwright.config.ts",
|
||||
"test": "npm -w @flashcard/backend run test && npm -w @flashcard/frontend run test",
|
||||
"db:migrate": "npm -w @flashcard/backend run db:migrate",
|
||||
"db:seed": "npm -w @flashcard/backend run db:seed",
|
||||
|
||||
Reference in New Issue
Block a user