mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
feat: Add yarn format
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user