Skip to content

Commit

Permalink
Merge pull request #10 from alismx/alis/pnpm
Browse files Browse the repository at this point in the history
feat: replace npm with pnpm for package management and update depende…
  • Loading branch information
alismx authored Jan 31, 2025
2 parents 09c3d04 + 0b4de0b commit 3e45d57
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 166 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Before you begin, ensure that you have the following software installed on your

3. Install dependencies by running the following command:
```
npm install
pnpm install
```
This command will install all the required dependencies listed in the `package.json` file.

4. Build the TypeScript code:
```
npm run build
pnpm run build
```
This command compiles the TypeScript code into JavaScript.

Expand Down
164 changes: 0 additions & 164 deletions package-lock.json

This file was deleted.

142 changes: 142 additions & 0 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 3e45d57

Please sign in to comment.