mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-05 23:18:53 -05:00
feat: Add yarn format
This commit is contained in:
parent
9b564121d5
commit
e24545e38a
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user