Skip to content

Commit

Permalink
Merge pull request #44 from CodeForPittsburgh/mc_gh_pages_action
Browse files Browse the repository at this point in the history
set CI=False during build.
  • Loading branch information
maxachis authored Feb 5, 2024
2 parents 20a91c4 + 73d42ec commit 2c5d174
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 @@ -37,7 +37,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build --config webpack.config.js",
"build": "CI=false && react-scripts build --config webpack.config.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
Expand Down

0 comments on commit 2c5d174

Please sign in to comment.