Skip to content

Commit 2bf6d2d

Browse files
Brian SwisherBrian Swisher
Brian Swisher
authored and
Brian Swisher
committed
npm run bff before npm run npm
1 parent 9bfa6f0 commit 2bf6d2d

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
PM_TECH: ${{secrets.PM_TECH}}
2121
run: |
2222
npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}
23+
npm run bff
2324
npm run npm
2425
node_modules/.bin/markdownlint ./ --ignore node_modules
2526
- name: check for image url
@@ -34,6 +35,7 @@ jobs:
3435
PM_TECH: ${{secrets.PM_TECH}}
3536
run: |
3637
npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}
38+
npm run bff
3739
npm run npm
3840
npm run clean
3941
npm run test:update

.github/workflows/deploy-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
DOMAIN_NAME: ${{secrets.BETA_DOMAIN_NAME}}
4242
run: |
4343
npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}
44+
npm run bff
4445
npm run npm
4546
npm run clean
4647
npm run build:dev

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
SITE_URL: ${{secrets.PROD_SITE_URL}}
3838
DOMAIN_NAME: ${{secrets.PROD_DOMAIN_NAME}}
3939
run: |
40+
npm run bff
4041
npm run npm
4142
npm run clean
4243
npm run build:prod

0 commit comments

Comments
 (0)