v0.1.4 개발 실행 별칭 및 샘플 콘텐츠 추가
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ghost-theme-thred-clone",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"private": true,
|
||||
"description": "A Ghost theme inspired by the Thred reference layout.",
|
||||
"author": {
|
||||
@@ -68,7 +68,10 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "npm run dev:ghost:start",
|
||||
"dev:sync": "sh ./scripts/sync-theme.sh",
|
||||
"dev:seed": "node ./scripts/build-sample-content.js",
|
||||
"dev:seed:zip": "npm run dev:seed && cd seed && zip -q -r thred-inspired-sample-content.ghost.zip thred-inspired-sample-content.ghost.json",
|
||||
"dev:ghost:start": "npm run dev:sync && docker compose up -d",
|
||||
"dev:ghost:restart": "npm run dev:sync && docker compose restart ghost",
|
||||
"dev:ghost:stop": "docker compose down",
|
||||
|
||||
Reference in New Issue
Block a user