Add minified js to dist, fix build and update version to 0.2.0

rasch
Sep 11, 2023, 7:21 AM
AWG2GDWMUPIYZBBOVNLE23HVUEICRHQBHRLSYJ5OIMWWHONKZXMQC

Dependencies

  • [2] Y25ROEO6 Add basic documentation and configuration for package build
  • [3] IKXCBBCO Add rest of build files and README.md
  • [4] PUCIHGRN Add prettier dev dependency

Change contents

  • replacement in package.json at line 3
    [2.2050][2.2050:2072]()
    "version": "0.1.0",
    [2.2050]
    [2.2072]
    "version": "0.2.0",
  • replacement in .build.yml at line 3
    [3.1307][3.1307:1339]()
    - bun
    - nodejs_20
    - pijul
    [3.1307]
    [3.1339]
    - nixos.bun
    - nixos.nodejs_20
    - nixos.pijul
  • replacement in .build.yml at line 17
    [3.1603][3.1603:1787]()
    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
    [3.1603]
    [3.1787]
    # 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
    [3.1842]
    [3.1842]
    bun run build-min