We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1e59f commit ba61c90Copy full SHA for ba61c90
.husky/pre-commit
@@ -2,10 +2,10 @@
2
# npm run test-ci
3
# npm run cspell
4
npm run cspell:frontend
5
+npm run format
6
npm run lint
7
8
# Run production consolidate script before commit
9
.husky/scripts/consolidateForProd.sh
10
-npm run format
11
npm run build:backend
backend/.prettierignore
@@ -0,0 +1,3 @@
1
+data/
+dist/
+node_modules/
0 commit comments