Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecai00 committed Apr 18, 2022
1 parent 1338bf9 commit 042bff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: |
cd back-end
npm install # install all dependencies listed in package.json
npm start # run all unit tests
npm test # run all unit tests
build-react-js:
docker:
- image: cimg/node:16.13.0 # latest stable node at the time of writing
Expand All @@ -37,7 +37,7 @@ jobs:
- run: |
cd front-end
npm install # install all dependencies listed in package.json
npm start # have react build the stand-alone front-end code
npm run build # have react build the stand-alone front-end code
# Orchestrate our job run sequence
workflows:
Expand Down

0 comments on commit 042bff4

Please sign in to comment.