mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
feat(package): add build:manifest script to package.json for manifest generation
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user