Skip to content

Commit

Permalink
housekeeping: Attempting to fix publishing and scaffolding (#2995)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdslaugh committed May 1, 2024
1 parent f507469 commit 6fc1119
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,11 @@ jobs:
- name: Install dependencies
if: steps.node-modules-cache.outputs.cache-hit != 'true'
run: make yarn-install
- name: publish
run: yarn run publishBeta
- name: Set Publish Auth
run: yarn config set npmAuthToken $NODE_AUTH_TOKEN
working-directory: ${{ env.FRONTEND_DIR }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: publish
run: yarn run publishBeta
working-directory: ${{ env.FRONTEND_DIR }}
9 changes: 9 additions & 0 deletions tools/scaffolding/templates/gateway/frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
enableColors: true

networkConcurrency: "1,"

nodeLinker: node-modules

npmRegistryServer: "https://registry.yarnpkg.com/"

yarnPath: .yarn/releases/yarn-4.1.1.js

0 comments on commit 6fc1119

Please sign in to comment.