Skip to content

Commit fabb8a6

Browse files
committed
More remainings of yarn removed.
1 parent df8d36f commit fabb8a6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bundle: clean-dist bundle-pre install
4848

4949
.PHONY: serve
5050
serve: install
51-
$(YARN) run start
51+
$(PNPM) run start
5252

5353

5454
.PHONY: docs

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ After developing you might want to run `pnpm unlink "PACKAGE-NAME"` to unlink th
180180

181181
For more information see:
182182

183-
- https://classic.yarnpkg.com/en/docs/cli/link/
184-
- https://classic.yarnpkg.com/en/docs/cli/unlink
185-
- https://docs.npmjs.com/cli/v7/commands/npm-link
183+
- https://pnpm.io/cli/link
184+
- https://pnpm.io/cli/unlink
185+
- https://docs.npmjs.com/cli/v11/commands/npm-link
186186

187187
**Please note:**: Make sure to unlink and reinstall development pacakges before building a production bundle.
188188
In doubt, remove the node_modules directory and re-install.

0 commit comments

Comments
 (0)