v0.1.3 로컬 고스트 개발 환경 구성
This commit is contained in:
10
package.json
10
package.json
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "ghost-theme-thred-clone",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"private": true,
|
||||
"description": "A Ghost theme inspired by the Thred reference layout.",
|
||||
"author": {
|
||||
"name": "OpenAI Codex",
|
||||
"email": "support@openai.com"
|
||||
"name": "zenn",
|
||||
"email": "zenn.message@gmail.com"
|
||||
},
|
||||
"engines": {
|
||||
"ghost-api": "v5"
|
||||
@@ -68,6 +68,10 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"dev:sync": "sh ./scripts/sync-theme.sh",
|
||||
"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",
|
||||
"zip": "zip -r theme.zip . -x '*.git*' -x 'node_modules/*' -x 'theme.zip'"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user