add pthon scripts

This commit is contained in:
Ben Goldsworthy 2024-01-18 23:06:13 +01:00
parent 6534378514
commit 0a530c0b5b

View file

@ -5,6 +5,8 @@
"scripts": {
"build": "rm -rf ./public/ && snap run hugo --templateMetrics --templateMetricsHints",
"deploy": "rsync -rP ./public/ ovhvps:~/catalogue/content",
"add": "python ./scripts/add_item.py",
"process": "python ./scripts/process_items.py",
"lint:json": "jsonlint ./**/*.json -s",
"lint:json:fix": "npm run lint:json -- -i",
"lint:py": "pylint --disable=broad-exception-raised --disable=logging-fstring-interpolation ./scripts/*.py"