summaryrefslogtreecommitdiff
path: root/pnpm-workspace.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: integrate misskey-js as a workspace item (git subtree) (#10409)Kagami Sascha Rosylight2023-03-301-0/+1
| | | | | * Additional changes for the merge * api-misskey-js
* Revert "Additional changes for the merge"Kagami Sascha Rosylight2023-03-251-1/+0
| | | | This reverts commit efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.
* Additional changes for the mergeKagami Sascha Rosylight2023-03-251-0/+1
|
* [chore]Editorconfig: ↵Windymelt2023-02-261-1/+1
| | | | | | | | | | | ymlに加えてyamlファイルに対しても同じ規約を適用する (#10081) * Added yaml file in addition to yml file, in editorconfig * Applied editorconfig for pnpm-workspace.yaml --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Use pnpm for package manager (#9531)CyberRex2023-01-161-0/+4
* Use pnpm for package manager * Fix * Change github workflow * use pnpm in workflow * fix * Fix test (e2e/jest) * Update Dockerfile for pnpm * Exclude node_modules from file search on VSCode * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Move typescript from devDependencies to dependencies * Fix Dockerfile Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>