Merge pull request #523 from somini/patch-1

Fix special tasks
This commit is contained in:
Zed 2022-01-22 00:03:57 +01:00 committed by GitHub
commit dcfdd225a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ requires "jsony#d0e69bd"
# Tasks
task scss, "Generate css":
exec "nim c --hint[Processing]:off -d:danger -r tools/gencss"
exec "nimble c --hint[Processing]:off -d:danger -r tools/gencss"
task md, "Render md":
exec "nim c --hint[Processing]:off -d:danger -r tools/rendermd"
exec "nimble c --hint[Processing]:off -d:danger -r tools/rendermd"