From 0a530c0b5ba210c9fc483ce1e82810e4f0ae19bb Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Thu, 18 Jan 2024 23:06:13 +0100 Subject: [PATCH] add pthon scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) 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"