File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ For example, CCLoader can only be updated that way.
49496 . Switch back to the ` master ` branch.
5050 To do that, run ` git checkout master `
51517 . Now to update the ` npDatabase.json ` file, run:
52- - Run `npm install `
52+ - Run `bun ci `
5353 - Now you have two choices:
5454 - If you just want to have the entry you just changed updated, run:
55- `npm run start`
55+ `bun run start`
5656 - If you want to re-generate the entire database from scratch, run:
57- `npm run startScratch`
57+ `bun run startScratch`
58588 . If successful, you should be checked-out on the selected branch
595910 . Amend the last commit to also include the current changes
606011 . Switch back to the ` master ` branch
61- 12 . Run ` npm run test` to verify that the mod you're introducing doesn't break the database
61+ 12 . Run ` bun run test` to verify that the mod you're introducing doesn't break the database
6262
6363- Tools are in ` tools.json ` (also in the ` npDatabase.json ` format) and need to be modified manually.
6464
You can’t perform that action at this time.
0 commit comments