Skip to content

Commit f1e3f87

Browse files
authored
refactor: renamed script for clarity (#4489)
1 parent 18ed8e6 commit f1e3f87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/99-self-healing-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: 🏃 Run Prettier to format the code
5252
if: env.prettier_update == 'true'
5353
run: |
54-
npm run fmt
54+
npm run codestyle
5555
5656
- name: 🚘 Auto commit
5757
if: env.stylelint_update == 'true' || env.prettier_update == 'true'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"build-outputs": "npm run build-outputs --workspace=scripts",
2929
"build-showcases": "npm run build-showcases --workspace=scripts",
3030
"clean": "git clean -dfx --exclude=.env",
31+
"codestyle": "prettier . --write",
3132
"commit:updated-snapshots": "git diff --name-only --diff-filter=M | xargs git add && git commit -m 'test: updated snapshots'",
3233
"dev": "npm run dev --workspace=scripts",
33-
"fmt": "prettier . --write",
3434
"generate:component": "npm run generate:component --workspace=@db-ux/core-components",
3535
"lint": "npm-run-all --parallel lint:*",
3636
"lint:jscpd": "jscpd . --exitCode 1 --config .config/.jscpd.json",

0 commit comments

Comments
 (0)