-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, This project now uses
|
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi, This project now uses
|
Beta Was this translation helpful? Give feedback.
Hi,
This project now uses
pnpm
package manager (https://pnpm.io/installation) with workspaces.The way that worked for me so far is:
git clone <your forked repo address>
pnpm install
/examples
dir) that uses the thing that you want to modify.package.json
modify keystone package version that you are modifying toworkspace:^
. Now this example will use source code with your changes instead of released package. Ex:pnpm jest
). Some of them will not work in your local environment because they require database setup etc, so you can run just a subset throughpnpm jest packag…