Skip to content

Commit

Permalink
fix: CircleCI yarn cache [sc-42645] (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Nov 8, 2023
1 parent 4519571 commit 975f68f
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -28,7 +28,7 @@ jobs:
steps:
- checkout
- node/install-packages:
pkg-manager: yarn
pkg-manager: yarn-berry
- run: yarn build
- run: yarn test

Expand All @@ -39,6 +39,6 @@ jobs:
steps:
- checkout
- node/install-packages:
pkg-manager: yarn
pkg-manager: yarn-berry
- run: yarn build
- run: yarn semantic-release
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/.circleci
/.github
/.yarn
/.nvmrc
/.prettierrc.js
/.yarnrc.yml
/jest.config.js
/release.config.js

tsconfig.json
node_modules

0 comments on commit 975f68f

Please sign in to comment.