forked from ohcnetwork/care_fe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix locale sort's path and fix format script to sort cypress dir (ohc…
…network#9070) Co-authored-by: rithviknishad <[email protected]>
- Loading branch information
1 parent
cc368a9
commit 84fdffe
Showing
6 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
"prepare": "husky", | ||
"lint": "eslint ./src", | ||
"lint-fix": "eslint ./src --fix", | ||
"format": "prettier ./src --write", | ||
"format": "prettier ./src ./cypress --write", | ||
"sort-locales": "node ./scripts/sort-locales.js" | ||
}, | ||
"dependencies": { | ||
|
@@ -166,12 +166,12 @@ | |
"eslint --fix", | ||
"git update-index --again" | ||
], | ||
"src/Locale/*.json": [ | ||
"public/locale/*.json": [ | ||
"npm run sort-locales" | ||
] | ||
}, | ||
"engines": { | ||
"node": ">=22.11.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters