Skip to content

Commit 33fe946

Browse files
committed
Update docs references from npm to bun
1 parent 9d27857 commit 33fe946

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/DATABASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ For example, CCLoader can only be updated that way.
4949
6. Switch back to the `master` branch.
5050
To do that, run `git checkout master`
5151
7. 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`
5858
8. If successful, you should be checked-out on the selected branch
5959
10. Amend the last commit to also include the current changes
6060
11. 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

0 commit comments

Comments
 (0)