From 3a38bace06a9a2205faf7245dbabbdef3e95ba4a Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Sun, 13 Oct 2024 17:25:56 +0200 Subject: [PATCH] ci: add ./ for running script --- melos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melos.yaml b/melos.yaml index 15fef2e6737..2dd1cb402a1 100644 --- a/melos.yaml +++ b/melos.yaml @@ -54,7 +54,7 @@ scripts: description: Run dartdoc checks for all packages. doc-setup: - run: scripts/doc-setup.sh + run: ./scripts/doc-setup.sh description: Prepares the environment for documentation development. doc-build: