mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(monorepo): adapt update-build-info
This commit is contained in:
parent
a271e57ac1
commit
c62fb0fb54
@ -44,7 +44,6 @@
|
|||||||
"dev:format-fix": "eslint -c eslint.format.config.js . --fix",
|
"dev:format-fix": "eslint -c eslint.format.config.js . --fix",
|
||||||
"dev:linter-check": "eslint .",
|
"dev:linter-check": "eslint .",
|
||||||
"dev:linter-fix": "eslint . --fix",
|
"dev:linter-fix": "eslint . --fix",
|
||||||
"chore:update-build-info": "tsx bin/update-build-info.ts",
|
|
||||||
"chore:generate-document": "cross-env nodemon ./bin/generate_document.ts 1000",
|
"chore:generate-document": "cross-env nodemon ./bin/generate_document.ts 1000",
|
||||||
"chore:generate-openapi": "tsx bin/generate-openapi.js"
|
"chore:generate-openapi": "tsx bin/generate-openapi.js"
|
||||||
},
|
},
|
||||||
|
@ -13,7 +13,8 @@
|
|||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts"
|
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
|
||||||
|
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsx": "^4.19.3"
|
"tsx": "^4.19.3"
|
||||||
|
@ -18,4 +18,4 @@ export default {
|
|||||||
};
|
};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
fs.writeFileSync("src/services/build.ts", output);
|
fs.writeFileSync("apps/server/src/services/build.ts", output);
|
Loading…
x
Reference in New Issue
Block a user