mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 05:08:01 -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",
|
"build": "tsc -b && vite build",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"pretest:e2e": "docker compose -f docker-compose.test.yml build",
|
|
||||||
"test": "echo \"TODO\"",
|
"test": "echo \"TODO\"",
|
||||||
"test:e2e": "playwright test",
|
"test:e2e": "playwright test",
|
||||||
"test:e2e:ui": "playwright test --ui",
|
"test:e2e:ui": "playwright test --ui",
|
||||||
|
|
Loading…
Reference in a new issue