mirror of
https://github.com/luc-github/ESP3D-WEBUI.git
synced 2025-10-31 11:56:46 -07:00
6 lines
234 B
Batchfile
6 lines
234 B
Batchfile
cd %~dp0
|
|
cmd.exe /c prettier --config .prettierrc --write "{src/**/,webpack/**/}*.js"
|
|
cmd.exe /c prettier --config .prettierrc --write "src/stylesheets/**/*.scss"
|
|
cmd.exe /c prettier --config .prettierrc --write "src/**/*.html"
|
|
pause
|