Skip to content

Commit

Permalink
remnamed PantryNodeReact to frontend, updated actions.yml, added .env…
Browse files Browse the repository at this point in the history
….example file and updated readme for local eslint & .env file usage
  • Loading branch information
AbhinavReddy-Dev committed Apr 14, 2023
1 parent 59ae5fc commit 87909e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
cd frontend
- name: Install dependencies
run: |
cd frontend
npm ci
- run: |
- name: Build
run: |
cd frontend
npm run build

0 comments on commit 87909e6

Please sign in to comment.