Skip to content

Commit

Permalink
Merge pull request #17 from azeddine-hmd/dev
Browse files Browse the repository at this point in the history
disabling next telemarty and turnoff their logs
  • Loading branch information
azeddine-hmd authored Dec 16, 2023
2 parents 69f72e2 + 91d5d30 commit 0032f8e
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 0032f8e

Please sign in to comment.