mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 08:56:18 +02:00
contributor list: update script name, change a comment
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ℹ️": "Auto-generated file. Run `pnpm run list-contributors` to regenerate.",
|
||||
"⚠️": "Auto-generated file. Run `pnpm run update-contributors` to regenerate.",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "eliandoran",
|
||||
@@ -23,15 +23,6 @@
|
||||
"fullName": "Jon Fuller",
|
||||
"url": "https://github.com/perfectra1n"
|
||||
},
|
||||
{
|
||||
"name": "pano9000",
|
||||
"fullName": "Panagiotis Papadopoulos",
|
||||
"url": "https://github.com/pano9000"
|
||||
},
|
||||
{
|
||||
"name": "SiriusXT",
|
||||
"url": "https://github.com/SiriusXT"
|
||||
},
|
||||
{
|
||||
"name": "JYC333",
|
||||
"url": "https://github.com/JYC333"
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"dev:linter-fix": "cross-env NODE_OPTIONS=--max_old_space_size=4096 eslint . --fix",
|
||||
"postinstall": "tsx scripts/electron-rebuild.mts && pnpm prepare",
|
||||
"prepare": "pnpm run --filter pdfjs-viewer --filter share-theme build && pnpm run --filter web-clipper postinstall",
|
||||
"list-contributors": "tsx ./scripts/list-contributors.ts"
|
||||
"update-contributors": "tsx ./scripts/update-contributors.ts"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
|
||||
@@ -205,7 +205,7 @@ function updateContributorsJson(developers: ContributorInfo[]) {
|
||||
}
|
||||
|
||||
const output = {
|
||||
"ℹ️": "Auto-generated file. Run `pnpm run list-contributors` to regenerate.",
|
||||
"⚠️": "Auto-generated file. Run `pnpm run update-contributors` to regenerate.",
|
||||
contributors
|
||||
};
|
||||
writeFileSync(CONTRIBUTORS_PATH, JSON.stringify(output, null, 4) + "\n");
|
||||
Reference in New Issue
Block a user