mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 21:08:00 -05:00
fix: remove unused pretest:e2e script from package.json
This commit is contained in:
parent
082f779514
commit
95fff2eadb
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"pretest:e2e": "docker compose -f docker-compose.test.yml build",
|
||||
"test": "echo \"TODO\"",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:ui": "playwright test --ui",
|
||||
|
|
Loading…
Reference in a new issue