Compare commits
1 Commits
develop
...
refactor/j
| Author | SHA1 | Date | |
|---|---|---|---|
| c21a96da05 |
@@ -18,6 +18,7 @@
|
|||||||
"test:coverage": "vitest run --coverage",
|
"test:coverage": "vitest run --coverage",
|
||||||
"test:ui": "vitest --ui",
|
"test:ui": "vitest --ui",
|
||||||
"lint": "eslint . --ext .js,.vue src/",
|
"lint": "eslint . --ext .js,.vue src/",
|
||||||
|
"format": "prettier --write src/**/*.{vue,js,ts,jsx,tsx,scss,css,json}",
|
||||||
"test:e2e": "playwright test",
|
"test:e2e": "playwright test",
|
||||||
"test:e2e:ui": "playwright test --ui",
|
"test:e2e:ui": "playwright test --ui",
|
||||||
"test:e2e:report": "playwright show-report"
|
"test:e2e:report": "playwright show-report"
|
||||||
@@ -81,6 +82,7 @@
|
|||||||
"happy-dom": "^20.8.3",
|
"happy-dom": "^20.8.3",
|
||||||
"jsdom": "^28.1.0",
|
"jsdom": "^28.1.0",
|
||||||
"pg": "^8.18.0",
|
"pg": "^8.18.0",
|
||||||
|
"prettier": "^3.8.4",
|
||||||
"sass": "^1.100.0",
|
"sass": "^1.100.0",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"unplugin-auto-import": "^0.18.6",
|
"unplugin-auto-import": "^0.18.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user