File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ bundle: clean-dist bundle-pre install
4848
4949.PHONY : serve
5050serve : install
51- $(YARN ) run start
51+ $(PNPM ) run start
5252
5353
5454.PHONY : docs
Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ After developing you might want to run `pnpm unlink "PACKAGE-NAME"` to unlink th
180180
181181For 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.
188188In doubt, remove the node_modules directory and re-install.
You can’t perform that action at this time.
0 commit comments