kodadot/nft-gallery

View on GitHub
libs/static/justfile

Summary

Maintainability
Test Coverage
build:
  pnpm build

test:
  pnpm test

publish:
  pnpm publish --access public

c VERSION:
  git commit -am ":bookmark: static@{{VERSION}}"