chore: generate docs

This commit is contained in:
2024-01-12 13:53:31 +00:00
parent 2cadab20b4
commit 43ed484bcc
9 changed files with 104 additions and 3 deletions

View File

@ -8,7 +8,8 @@
"start": "yarn build && yarn workspace @snort/app start",
"test": "yarn build && yarn workspace @snort/app test && yarn workspace @snort/system test",
"pre:commit": "yarn workspace @snort/app intl-extract && yarn workspace @snort/app intl-compile && yarn prettier --write .",
"push-prod": "git checkout snort-prod && git merge --ff-only main && git push && git checkout main"
"push-prod": "git checkout snort-prod && git merge --ff-only main && git push && git checkout main",
"docs": "typedoc --entryPointStrategy packages ./packages/* --exclude ./packages/app --exclude ./packages/webrtc-server --name snort.social"
},
"prettier": {
"printWidth": 120,
@ -23,5 +24,8 @@
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"devDependencies": {
"typedoc": "^0.25.7"
}
}