Skip to content

Commit

Permalink
switch mode script fix #
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Aug 1, 2024
1 parent c606303 commit 718d766
Show file tree
Hide file tree
Showing 4 changed files with 9,170 additions and 15,937 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,13 @@ NEXT_PUBLIC_DATABASE_URL=postgresql://[dbusername]:[dbpassword]@[dburl]:[db-port
```
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Y8Y71QU45)

---

### Switch between npm packages and local packages

There is a script in the root of the repo to switch between npm packages and local packages.

- `./switch-mode.sh local` to switch to local development mode
- `./switch-mode.sh npm` to switch to npm packages mode

switch-mode will update the package.json in the root directory to point to the correct version of the package.
Loading

0 comments on commit 718d766

Please sign in to comment.