Xcov19 / mycovidconnect

Automated 911 for Patients
GNU Affero General Public License v3.0
10 stars 56 forks source link

Merge pull request #16 from Xcov19/feature/frontend/search-page-with-google-map-Siva #19

Open first-timers[bot] opened 3 years ago

first-timers[bot] commented 3 years ago

🆕🐥☝ First Timers Only.

This issue is reserved for people who never contributed to Open Source before. We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you 💝

About First Timers Only.

🤔 What you will need to know.

Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.

📋 Step by Step

@@ -24,5 +24,5 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
-    - run: NODE_ENV=production npm ci
-    - run: npm run build --if-present
+    - run: CI=false NODE_ENV=production npm ci
+    - run: CI=false npm run build --if-present
  1. If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.

  2. You can edit files directly in your browser

🤔❓ Questions

Leave a comment below!

This issue was created by First-Timers-Bot.

sashreek1 commented 3 years ago

Hey there! I am pretty interested in your project and would love to help with this first timer issue.

cheers Sashreek

Edit : Oh the issue seems to have already been fixed, I'll look for another one