Skip to content

Commit ba61c90

Browse files
committed
Fix pre-commit order
1 parent 7c1e59f commit ba61c90

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# npm run test-ci
33
# npm run cspell
44
npm run cspell:frontend
5+
npm run format
56
npm run lint
67

78
# Run production consolidate script before commit
89
.husky/scripts/consolidateForProd.sh
910

10-
npm run format
1111
npm run build:backend

backend/.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
data/
2+
dist/
3+
node_modules/

0 commit comments

Comments
 (0)