feat: Add yarn format

This commit is contained in:
Yiannis Christodoulou 2025-06-24 17:22:11 +03:00
parent 9b564121d5
commit e24545e38a

View File

@ -7,7 +7,8 @@
"dev": "vite", "dev": "vite",
"start": "NODE_ENV=production node dist/index.js", "start": "NODE_ENV=production node dist/index.js",
"check": "tsc", "check": "tsc",
"build:django": "vite build --config vite.video-editor.config.ts --outDir ../../../static/video_editor" "build:django": "vite build --config vite.video-editor.config.ts --outDir ../../../static/video_editor",
"format": "prettier --write client/src/**/*.{js,jsx,ts,tsx,json,css,scss,md}"
}, },
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.74.4", "@tanstack/react-query": "^5.74.4",