Skip to content

Commit

Permalink
chore: pnpm -> yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Azu0925 committed Sep 11, 2024
1 parent 20fff77 commit 613b70e
Show file tree
Hide file tree
Showing 4 changed files with 1,629 additions and 2,115 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Railway Git 入門編リポジトリ
## 環境構築

- Node.js v20.15.0
- pnpm v8.15.3
- yarn v1

```shell
pnpm install
yarn
```
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"format": "prettier --write {scripts,tests}/**/*.ts",
"lint": "eslint {scripts,tests}/**/*.ts --fix",
"fix": "pnpm run format && pnpm run lint",
"fix": "yarn format && yarn lint",
"test": "vitest run",
"station04": "ts-node ./scripts/station04.ts",
"station06": "ts-node ./scripts/station06.ts",
Expand All @@ -29,6 +29,5 @@
"prettier": "^3.3.1",
"typescript-eslint": "^7.13.0",
"vitest": "^1.6.0"
},
"packageManager": "[email protected]+sha512.dd85cd6eca6417c6f73db32ba1eb4767ffb4cba4f5bf0727846722c92b6b9e56a2cc218b11385bbc2b21f18a16a67da77aceae9b61a0f56a1643b25e1fb6a605"
}
}
Loading

0 comments on commit 613b70e

Please sign in to comment.