Skip to content

Commit

Permalink
Merge pull request #1201 from IntersectMBO/chore/add-proposal-discuss…
Browse files Browse the repository at this point in the history
…ion-forum-enable-feature-flag

chore: add missing variable to frontend make file
  • Loading branch information
MSzalowski authored Jun 7, 2024
2 parents 378aa25 + dddf6ea commit 90b7999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/govtool/frontend.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ build-frontend: docker-login
--build-arg VITE_NETWORK_FLAG="$$NETWORK_FLAG" \
--build-arg VITE_SENTRY_DSN="$${SENTRY_DSN}" \
--build-arg VITE_USERSNAP_SPACE_API_KEY="$${USERSNAP_SPACE_API_KEY}" \
--build-arg VITE_IS_PROPOSAL_DISCUSSION_FORUM_ENABLED="$${IS_PROPOSAL_DISCUSSION_FORUM_ENABLED}" \
--build-arg NPMRC_TOKEN="$${NPMRC_TOKEN}" \
$(root_dir)/govtool/frontend

Expand Down

0 comments on commit 90b7999

Please sign in to comment.