Unverified Commit 8175a323 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #1372 from cheahjs/chore/update-npm-format-scripts

chore: add format:backend to npm scripts
parents a6c154d8 11850b75
......@@ -33,7 +33,7 @@ jobs:
pip install black
- name: Format backend
run: black . --exclude "/venv/"
run: npm run format:backend
- name: Check for changes after format
run: git diff --exit-code
......@@ -13,6 +13,7 @@
"lint:types": "npm run check",
"lint:backend": "pylint backend/",
"format": "prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
"format:backend": "black . --exclude \"/venv/\"",
"i18n:parse": "i18next --config i18next-parser.config.ts && prettier --write 'src/lib/i18n/**/*.{js,json}'"
},
"devDependencies": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment