Skip to content

@rocket/cli@0.20.3

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 09:54
· 17 commits to main since this release

Patch Changes

  • a48dcd8: Introducing rocket lint to verify if all your links are correct.

    There are two modes:

    # check existing production build in _site (need to execute "rocket build" before)
    rocket lint
    
    # run a fast html only build and then check it
    rocket lint --build-html
  • Updated dependencies [0ed3d6d]

    • @rocket/engine@0.2.7