Skip to content

Commit

Permalink
Only set CI=true once
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 2, 2023
1 parent 9396cca commit 02fb362
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/usr/bin/env bash
set -e

# Make Create React App treat warnings as errors
export CI=true

pushd frontend

npm install
Expand Down

0 comments on commit 02fb362

Please sign in to comment.