feat(package): add build:manifest script to package.json for manifest generation

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-10 19:00:00 +08:00
parent 7f0eb717c1
commit 3632286e1d

View File

@@ -10,14 +10,14 @@
},
"scripts": {
"build": "pnpm --filter @photo-gallery/web build",
"build:manifest": "pnpm --filter @photo-gallery/web build:manifest",
"build:update-remote-repo": "sh scripts/build-update-remote-repo.sh",
"dev": "pnpm --filter @photo-gallery/web dev",
"extract:font": "tsx scripts/extract-font-glyphs.ts",
"format": "prettier --write \"src/**/*.ts\" ",
"lint": "eslint --fix",
"preinstall": "sh scripts/preinstall.sh",
"prepare": "simple-git-hooks",
"test:svg-font": "tsx scripts/test-svg-text.ts"
"prepare": "simple-git-hooks"
},
"dependencies": {
"@t3-oss/env-core": "0.13.8",
@@ -53,4 +53,4 @@
"eslint --fix"
]
}
}
}