Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Nov 22, 2023
1 parent 7c26174 commit c6b5626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/rename_env_var_and_build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
export VITE_APPLICATIONINSIGHTS_CONNECTION_STRING=$APPLICATIONINSIGHTS_CONNECTION_STRING

exec npm ci --include=dev && npm run build && node compress_static.cjs
exec "npm ci --include=dev && npm run build && node compress_static.cjs"

0 comments on commit c6b5626

Please sign in to comment.