Fix web project build errors
This commit is contained in:
2
.github/workflows/javascript-formatting.yml
vendored
2
.github/workflows/javascript-formatting.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
# This part is also where you can pass other options, for example:
|
||||
prettier_options: --write webroot/**/*.{js,md}
|
||||
prettier_options: --write web/**/*.{js,ts,jsx,tsx,css,md}
|
||||
working_directory: web
|
||||
only_changed: true
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user