Skip to content

Commit

Permalink
Set CI=false
Browse files Browse the repository at this point in the history
  • Loading branch information
amirnd51 authored Jun 26, 2024
1 parent 140c519 commit 7d6f46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"build": "CI=false react-app-rewired build",
"copy:redirect": "cp ./_redirects build",
"test": "react-app-rewired test --env=jsdom --setupFilesAfterEnv='./src/setupTests.js'",
"bundle": "npm-run-all clean:build build build:assets",
Expand Down

0 comments on commit 7d6f46b

Please sign in to comment.