Skip to content

Commit

Permalink
disabling next telemarty and turnoff their logs
Browse files Browse the repository at this point in the history
  • Loading branch information
azeddine-hmd committed Dec 16, 2023
1 parent 69f72e2 commit 91d5d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

npx update-browserslist-db@latest
npx update-browserslist-db@latest >/dev/null
npx next telemetry disable >/dev/null

if [ "$NODE_ENV" == "production" ]; then
npm run build
Expand Down

0 comments on commit 91d5d30

Please sign in to comment.