Migrate dev:readme-preview to dev:readme in standalone script

This commit is contained in:
Claudio Ortolina
2025-10-07 12:47:55 +03:00
parent 2b5f09ddee
commit ad0ee0f0aa
2 changed files with 11 additions and 4 deletions
-4
View File
@@ -25,7 +25,3 @@ run = 'hurl --test test/prod.hurl'
[tasks.test]
description = 'Run project tests'
run = 'mix test'
[tasks."dev:readme-preview"]
description = 'Preview the README file via a GH flavoured markdown rendered'
run = 'gh gfm-preview README.md'