From c77bd4b2b87d001fe359442da85b1d67c86fc363 Mon Sep 17 00:00:00 2001 From: zainuldeen <78583049+Zain-ul-din@users.noreply.github.com> Date: Sun, 17 Mar 2024 02:01:19 +0500 Subject: [PATCH] fix: error Missing list of packages to add to your project. --- .github/workflows/crawl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index 647ccdf15..20ffd1616 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -21,7 +21,7 @@ jobs: echo "PHPSESSID=${{ secrets.PHPSESSID }}" >> .env - name: Install Packages - run: yarn && yarn add -D + run: yarn - name: Burn 🔥 run: yarn dev