diff --git a/package.json b/package.json index 1d58027..9e0d060 100644 --- a/package.json +++ b/package.json @@ -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"