From 6095d6e2000fd698c37ed61e6a4b1f4aabc6ce76 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Sun, 22 Sep 2024 13:04:07 -0700 Subject: [PATCH] Update remind.yml --- .github/workflows/remind.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/remind.yml b/.github/workflows/remind.yml index 4cf183d..ce061b4 100644 --- a/.github/workflows/remind.yml +++ b/.github/workflows/remind.yml @@ -11,4 +11,5 @@ jobs: runs-on: ubuntu-latest steps: - run: git clone --depth=1 "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" . + - run: npm ci --production - uses: ./internal/remind