Skip to content

Commit

Permalink
fix(pnpm): remove pnpm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Sep 3, 2024
1 parent 5c2659d commit a072386
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,12 @@ Requirements: npm
Clone:
`git clone https://github.com/johnlindquist/kit.git`

Install:
`npm install`

### Clone Kit App
Install pnpm:

Clone:
`git clone https://github.com/johnlindquist/kitapp.git`
[https://pnpm.io/installation](https://pnpm.io/installation)

Install:
`yarn`
`pnpm install`

### (Skip if you already have a kenv from production) Clone the base kenv

Expand All @@ -56,11 +52,11 @@ Clone:

### Building Kit SDK

`npm run build-kit`
`pnpm build-kit`

The build command builds the SDK to ~/.kit

#### npm link (First run only)
#### npm link to app (First run only)

1. cd to ~/.kit
2. npm link
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
"isomorphic-git": "1.27.1",
"keyv": "^5.0.1",
"keyv-file": "^5.0.0",
"pnpm": "9.9.0",
"quick-score": "^0.2.0",
"rimraf": "6.0.1",
"safe-stable-stringify": "^2.5.0",
Expand Down
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a072386

Please sign in to comment.