Skip to content

Commit

Permalink
fix: CircleCI yarn cache [sc-42645] (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer authored Nov 8, 2023
1 parent 62ce5c9 commit 4c51d92
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- checkout
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- node/install-packages:
pkg-manager: yarn
pkg-manager: yarn-berry
- run: npm run build
- run: npm test

Expand All @@ -42,5 +42,5 @@ jobs:
- checkout
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- node/install-packages:
pkg-manager: yarn
pkg-manager: yarn-berry
- run: npm run semantic-release
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.circleci
/.github
/.storybook
/.yarn
/.eslintcache
/.eslintignore
/.eslintrc.js
/.nvmrc
/.prettierrc.js
/.yarnrc.yml
/jest.config.js
/release.config.js
/tsconfig.json

node_modules

0 comments on commit 4c51d92

Please sign in to comment.