Skip to content

Commit

Permalink
fix(build-apks): add missing npm run preconfig.npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sultanmyrza committed Jun 28, 2023
1 parent c9e53ff commit eb3070d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-apks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
NUMBERS_PQINA_NPM_KEY: ${{ secrets.NUMBERS_PQINA_NPM_KEY }} # same for public, non-public flavors.
PIPEDREAM_DELETE_CAPTURE_ACCOUNT: ${{ secrets.PIPEDREAM_DELETE_CAPTURE_ACCOUNT }}
run: |
npm run preconfig.npmrc
npm install -g @ionic/cli
npm install
npm run build
Expand Down

0 comments on commit eb3070d

Please sign in to comment.