Skip to content

Commit 3645146

Browse files
committed
chore: simplify dependency installation in CI workflow
1 parent 90fd95f commit 3645146

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prod.docs.plus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151

5252
# Install dependencies with optimizations
5353
- name: Install dependencies
54-
run: yarn install --frozen-lockfile --production=true
55-
54+
run: yarn install --frozen-lockfile
5655
# This step copies the .env file from the root directory to the required directories for each package.
5756
# Update these paths if your repository structure is different.
5857
- name: Copy .env files

0 commit comments

Comments
 (0)