Skip to content

Commit

Permalink
gi
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Kendal committed Jan 31, 2024
1 parent d5cee84 commit 0d14024
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Change working directory
run: cd frontend

- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 'lts/*'

- name: Install dependencies
run: pwd && npm install
working-directory: frontend
run: pwd && npm ci

- name: Build React app
working-directory: frontend
run: npm run build

0 comments on commit 0d14024

Please sign in to comment.