build: add dev command
This commit is contained in:
parent
621336afde
commit
28eb5d120c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Ben Goldsworthy's media cataloguing site.",
|
||||
"scripts": {
|
||||
"dev": "snap run hugo serve",
|
||||
"build": "rm -rf ./public/ && snap run hugo --templateMetrics --templateMetricsHints",
|
||||
"deploy": "rsync -rP ./public/ ovhvps:~/catalogue/content",
|
||||
"add": "python ./scripts/add_item.py",
|
||||
|
|
Loading…
Reference in a new issue