Skip to content

Commit

Permalink
Merge pull request #349 from lkiesow/ci-true
Browse files Browse the repository at this point in the history
Fail on warnings when building releases
  • Loading branch information
ziegenberg authored May 30, 2024
2 parents 6fd4155 + 97485ad commit e29378e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cd ..
rm -rf build/
export PUBLIC_URL=/admin-ui
CI=false npm run build
npm run build

FILENAME="oc-admin-ui-$(date -u +%F).tar.gz"
cd build
Expand Down

0 comments on commit e29378e

Please sign in to comment.