Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
errhttp404 authored Apr 23, 2024
1 parent fc49547 commit 640e5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/server/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"redux-mock-store": "^1.5.4"
},
"scripts": {
"install": "node hello.js",
"install": "GITHUB_TOKEN=$GITHUB_TOKEN node hello.js",
"//": "IMPORTANT: For compatibility with Windows in MLflow OSS, do NOT inline environment variables in scripts other than `start-web`. Environment variables can instead be set in `mlflow/server/js/scripts/global-setup.js`.",
"start": "react-app-rewired start",
"start-web": "SERVE_WEBAPP=true HIDE_HEADER=true HIDE_EXPERIMENT_LIST=true SHOW_GDPR_PURGING_MESSAGES=true USE_ABSOLUTE_AJAX_URLS=true SHOULD_REDIRECT_IFRAME=true PORT=3001 react-app-rewired start",
Expand Down

0 comments on commit 640e5d4

Please sign in to comment.