Skip to content

Commit

Permalink
Update build_test_react.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sandkohler authored Sep 21, 2023
1 parent 2f20e53 commit 9473fdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_test_react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
# install applicaion dependencies
- name: Install dependencies
run: |
npm install
yarn install --production
# build and test the apps
- name: build
run: |
npm run build
npm test
yarn build

0 comments on commit 9473fdf

Please sign in to comment.