Added the newrelic runner to the start command
parent
a6ea86b334
commit
7c57a3cf2f
|
@ -13,7 +13,7 @@
|
|||
"type-check": "tsc --pretty --noEmit",
|
||||
"type-check:ci": "tsc-absolute --pretty --noEmit",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "NODE_OPTIONS='-r @newrelic/next' next start",
|
||||
"lint": "eslint . --ignore-path .gitignore",
|
||||
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
|
||||
"lint:report": "eslint . --format json --output-file ../../lint-results/web.json",
|
||||
|
|
Loading…
Reference in New Issue