We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d96e8 commit caa03f3Copy full SHA for caa03f3
.github/workflows/cd.yml
@@ -19,14 +19,14 @@ jobs:
19
node-version: 20.x
20
21
# Step 3: Install Dependencies
22
- - name: Install Dependencies
23
- run: |
24
- npm install --legacy-peer-deps
+ # - name: Install Dependencies
+ # run: |
+ # npm install --legacy-peer-deps
25
26
- # Step 4: Build App
27
- - name: Build App
28
29
- npm run build
+ # # Step 4: Build App
+ # - name: Build App
+ # npm run build
30
31
# Step 5: Deploy to Production
32
- name: Deploy to Vercel
0 commit comments