Skip to content

Commit

Permalink
Do not include Scenes dev dependencies in Traffic Stats
Browse files Browse the repository at this point in the history
  • Loading branch information
zrhoffman committed May 16, 2024
1 parent 00ec914 commit 336631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic_stats/build/build_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ initBuildArea() {
# compile trafficcontrol-scenes
echo "Installing grafana scenes npm dependencies"
(cd trafficcontrol-scenes
npm i || \
npm i --omit=dev || \
{ echo "Could not install packages from $TS_DIR/trafficcontrol-scenes: $?"; return 1; }
)

Expand Down

0 comments on commit 336631a

Please sign in to comment.