Skip to content
Snippets Groups Projects
  • Jonas Gröger's avatar
    281d126a
    chore(build): no need for global redocly install · 281d126a
    Jonas Gröger authored
    using npx, we can run all redocly commands without doing a global
    install of redocly/cli (-g flag).
    
    I also noticed we were using `latest` which outside of dev tests
    is not recommended.
    
    Some shorthand flags were also migrated to the long ones (--output).
    281d126a
    History
    chore(build): no need for global redocly install
    Jonas Gröger authored
    using npx, we can run all redocly commands without doing a global
    install of redocly/cli (-g flag).
    
    I also noticed we were using `latest` which outside of dev tests
    is not recommended.
    
    Some shorthand flags were also migrated to the long ones (--output).