Skip to content

Commit 030c5bb

Browse files
authored
Merge pull request #464 from microsoft/jeffwilcox-patch-1
Build: prod 1ds
2 parents 12b53fa + 5b2d93d commit 030c5bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: "Build the site"
1818
run: |
1919
npm install
20-
NEXT_ENV_DESCRIPTOR=dev NEXT_ONE_DS_INSTRUMENTATION_KEY= npm run build
21-
#NEXT_ENV_DESCRIPTOR=production NEXT_ONE_DS_INSTRUMENTATION_KEY=b341ec446e65436485df678003ce82f7 npm run build
20+
NEXT_ENV_DESCRIPTOR=production NEXT_ONE_DS_INSTRUMENTATION_KEY=b341ec446e65436485df678003ce82f7 npm run build
2221
- name: "Stamp content.json"
2322
env:
2423
GITSHA: ${{ github.sha }}

0 commit comments

Comments
 (0)