Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: set GATSBY_NEWRELIC_ENV for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Jan 24, 2022
1 parent 68779ad commit 51df6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"build": "GATSBY_NEWRELIC_ENV=production gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"fetch-quickstarts": "node ./scripts/actions/fetch-quickstarts.js"
Expand Down

0 comments on commit 51df6d1

Please sign in to comment.