add pthon scripts
This commit is contained in:
parent
6534378514
commit
0a530c0b5b
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue