Add minified js to dist, fix build and update version to 0.2.0
Dependencies
- [2]
Y25ROEO6Add basic documentation and configuration for package build - [3]
IKXCBBCOAdd rest of build files and README.md - [4]
PUCIHGRNAdd prettier dev dependency
Change contents
- replacement in package.json at line 3
"version": "0.1.0","version": "0.2.0", - replacement in .build.yml at line 3
- bun- nodejs_20- pijul- nixos.bun- nixos.nodejs_20- nixos.pijul - replacement in .build.yml at line 17
current=$(pijul log --limit 1 --state | grep '^State' | cut -d ' ' -f 2)tag=$(pijul tag | grep '^State' | cut -d ' ' -f 2)test "$current" = "tag" || complete-build# NOTE: pijul doesn't clone the tags yet, so this is not in service#current=$(pijul log --limit 1 --state | grep '^State' | cut -d ' ' -f 2)#tag=$(pijul tag | grep '^State' | cut -d ' ' -f 2)#test "$current" = "$tag" || complete-build - edit in .build.yml at line 24
bun run build-min