v0.1.31 로컬 실시간 확인 스크립트 추가
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ghost-theme-thred-clone",
|
||||
"version": "0.1.30",
|
||||
"version": "0.1.31",
|
||||
"private": true,
|
||||
"description": "A Ghost theme inspired by the Thred reference layout.",
|
||||
"keywords": [
|
||||
@@ -79,6 +79,7 @@
|
||||
"build:tailwind": "tailwindcss -c ./tailwind.config.js -i ./assets/styles/tailwind.css -o ./assets/built/tailwind.css --minify",
|
||||
"dev": "npm run dev:ghost:start",
|
||||
"dev:prepare": "npm run build:alpine && npm run build:tailwind && npm run dev:sync",
|
||||
"dev:watch": "node ./scripts/dev-watch.js",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user