[CI] Include workflow templates at build time (#2775)

This commit is contained in:
Chenlei Hu
2025-03-02 15:22:18 -05:00
committed by GitHub
parent 6303992f4e
commit 9431c955a6
110 changed files with 59 additions and 22016 deletions

View File

@@ -28,7 +28,8 @@
"lint:fix": "eslint src --fix",
"locale": "lobe-i18n locale",
"collect-i18n": "playwright test --config=playwright.i18n.config.ts",
"json-schema": "tsx scripts/generate-json-schema.ts"
"json-schema": "tsx scripts/generate-json-schema.ts",
"fetch-templates": "tsx scripts/fetch-templates.ts"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
@@ -37,6 +38,7 @@
"@pinia/testing": "^0.1.5",
"@playwright/test": "^1.44.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.8",
"@types/three": "^0.169.0",