refactor: clean up gallery tooling and document the workflow
All checks were successful
Deploy on push / deploy (push) Has been skipped
All checks were successful
Deploy on push / deploy (push) Has been skipped
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
"name": "gallery",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "npm run build:thumbs && npm run build:pages",
|
||||
"build": "npm run build:thumbs && npm run build:pages && npm run check",
|
||||
"ingest": "node scripts/ingest-meal.js",
|
||||
"check": "node scripts/check.js",
|
||||
"build:pages": "node scripts/build.js",
|
||||
"build:thumbs": "node scripts/generate-thumbnails.js",
|
||||
"build:thumbs:force": "node scripts/generate-thumbnails.js --force"
|
||||
"build:thumbs:force": "node scripts/generate-thumbnails.js --force",
|
||||
"serve": "node scripts/serve.js",
|
||||
"start": "npm run build && npm run serve"
|
||||
},
|
||||
"dependencies": {
|
||||
"sharp": "^0.34.5"
|
||||
|
||||
Reference in New Issue
Block a user