From db9be901b5c43f204b22b9de03cc55a88ba4303f Mon Sep 17 00:00:00 2001 From: Barrett LaFrance Date: Tue, 16 Jan 2024 09:28:05 -0600 Subject: [PATCH] dev: rename helper scripts --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 47581ece3..c4207bdc1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: CORE=$(realpath "$CORE") cd "$DOCS" npm ci - npm --workspace build run now -- --site "$SITE" --core "$CORE" + npm --workspace build run dev -- --site "$SITE" --core "$CORE" - name: Commit changes to source! run: |