We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fd95f commit 3645146Copy full SHA for 3645146
.github/workflows/prod.docs.plus.yml
@@ -51,8 +51,7 @@ jobs:
51
52
# Install dependencies with optimizations
53
- name: Install dependencies
54
- run: yarn install --frozen-lockfile --production=true
55
-
+ run: yarn install --frozen-lockfile
56
# This step copies the .env file from the root directory to the required directories for each package.
57
# Update these paths if your repository structure is different.
58
- name: Copy .env files
0 commit comments