Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 373 Bytes

development.org

File metadata and controls

21 lines (20 loc) · 373 Bytes

DEVELOPMENT

getting started

pdm install
just build

pnpm install
just test

publish

  1. Bump version:
    elm bump
        
  2. Commit all changes with a meaningful message.
  3. Tag the commit
    git tag $(jq -r .version elm.json)
        
  4. git push --tags
  5. elm publish