Skip to content

Commit

Permalink
added run build command
Browse files Browse the repository at this point in the history
  • Loading branch information
hazal-karakus committed Dec 30, 2024
1 parent e412e57 commit 52be167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run_codecov_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Run React tests
run: |
npm install
npm test -- --coverage --reporters=jest-junit --debug
npm test -- --coverage --reporters=jest-junit
npm run build
working-directory: ./empower/react
- uses: codecov/codecov-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The [user feedback widget](https://docs.sentry.io/platforms/javascript/user-feed
3. Set the specific `node` version with `n XX.XX.XX`. NOTE: may need to use `sudo` with command.
6. Configure the `CLI` using [this](https://docs.sentry.io/product/cli/configuration/) document.
7. Install [gcloud](https://cloud.google.com/sdk/docs/install) in the root of your project to be able to deploy to staging. Initialize the gcloud CLI by running `gcloud init`. When prompted, choose the project `sales-engineering-sf`.
-test

Following sub-projects might not work with `deploy.sh` at this moment. Consult their README's for how to run and deploy them (and feel free to submit a PR that fixes it):

- vue
Expand Down

0 comments on commit 52be167

Please sign in to comment.