You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-`make watch-test` - (only on macOS) - run test on every file change
-`make example` - export the example Logseq graph into the example Hugo site
-`make watch-example` (only on macOS) - run `make example` on any file change
## Releasing
1. tag commit on `main` branch
2. first push `main`, wait for pipeline to finish, then push the tag. Otherwise you [confuse goreleaser](https://blog.viktomas.com/graph/goreleaser-already-exists-error/).