Skip to content

Commit

Permalink
removed redundat build
Browse files Browse the repository at this point in the history
  • Loading branch information
indierodo committed Apr 15, 2024
1 parent cdd7f28 commit 46d04cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/react.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run the tests and generate coverage report
- name: Run tests
run: npm test

- name: Build
run: CI=false npm run build

- name: Deploy
run: |
git config --global user.name $user_name
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "react-scripts test --passWithNoTests",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"deploy": "CI=false gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 46d04cb

Please sign in to comment.