Skip to content

Commit f31c1ca

Browse files
Migrate from npm to pnpm
1 parent 73213a1 commit f31c1ca

File tree

4 files changed

+2387
-6176
lines changed

4 files changed

+2387
-6176
lines changed

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodejs 16.15.1
2+
pnpm 7.1.7

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Fill `.envrc` file with your GitLab application parameters
1313
Install packages:
1414

1515
```
16-
$ npm install
16+
$ pnpm install
1717
```
1818

1919
Launch application:
2020

2121
```
22-
$ npm run dev
22+
$ pnpm run dev
2323
```
2424

2525
Open your browser on http://127.0.0.1:3000

0 commit comments

Comments
 (0)