Skip to content

Commit

Permalink
Prefix $OIDC_ENABLED with VUE_APP_ for Vue CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Aug 9, 2023
1 parent 5ac8716 commit ccf6ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/prebuild/build-frontend.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -eu
cd client
npm clean-install --no-audit --fund=false --update-notifier=false
npm run build
VUE_APP_OIDC_ENABLED="$OIDC_ENABLED" npm run build

0 comments on commit ccf6ca8

Please sign in to comment.