Skip to content

Commit 3b332b4

Browse files
committed
Switch to pnpm
1 parent 74c7d0c commit 3b332b4

4 files changed

Lines changed: 5134 additions & 7356 deletions

File tree

README.DE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Optionen Seite:
4444

4545
Stellen Sie bitte sicher, dass Sie [NodeJS](https://nodejs.org/) und dessen package manager [npm](https://www.npmjs.com/) installiert haben.
4646

47-
- Abhängigkeiten installieren: `npm install`
48-
- Entwickeln: In Firefox `npm run start:firefox` / In Chromium `npm run start:chromium`
49-
- Builden: `npm run build`
47+
- pnpm installieren: `npm install -g pnpm`
48+
- Abhängigkeiten installieren: `pnpm install`
49+
- Entwickeln: In Firefox `pnpm run start:firefox` / In Chromium `pnpm run start:chromium`
50+
- Builden: `pnpm run build`

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Options page:
4545

4646
Please make sure you have [NodeJS](https://nodejs.org/) and it's package manager [npm](https://www.npmjs.com/) installed.
4747

48-
- Install dependencies: `npm install`
49-
- Develop: In Firefox `npm run start:firefox` / In Chromium `npm run start:chromium`
50-
- Build: `npm run build`
48+
- Install pnpm: `npm install -g pnpm`
49+
- Install dependencies: `pnpm install`
50+
- Develop: In Firefox `pnpm run start:firefox` / In Chromium `pnpm run start:chromium`
51+
- Build: `pnpm run build`

0 commit comments

Comments
 (0)