Skip to content

Commit 3e45d57

Browse files
authored
Merge pull request #10 from alismx/alis/pnpm
feat: replace npm with pnpm for package management and update depende…
2 parents 09c3d04 + 0b4de0b commit 3e45d57

File tree

3 files changed

+144
-166
lines changed

3 files changed

+144
-166
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Before you begin, ensure that you have the following software installed on your
2323

2424
3. Install dependencies by running the following command:
2525
```
26-
npm install
26+
pnpm install
2727
```
2828
This command will install all the required dependencies listed in the `package.json` file.
2929

3030
4. Build the TypeScript code:
3131
```
32-
npm run build
32+
pnpm run build
3333
```
3434
This command compiles the TypeScript code into JavaScript.
3535

package-lock.json

Lines changed: 0 additions & 164 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 142 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)