Skip to content

Commit

Permalink
why?
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlo-poimanov committed Nov 15, 2024
1 parent bd8cdb7 commit 16733d7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ jobs:
- attach_workspace:
at: ~/nova
- run:
name: List workspace files
command: |
ls -R
name: additional lint to check
command: yarn run lint
- run:
name: Compute build version
command: yarn run compute-version-ci
Expand Down Expand Up @@ -222,7 +221,7 @@ jobs:
key: bits-dist-{{ checksum "packages/bits/git-commit" }}
- run:
name: Create bits package
command: npm pack ./dist
command: npm pack ./packages/bits/dist
- persist_to_workspace:
root: ~/nova
paths:
Expand Down Expand Up @@ -261,6 +260,10 @@ jobs:
steps:
- attach_workspace:
at: ~/nova
- run:
name: List workspace files
command: |
ls -R
- run:
name: Compute build version
command: yarn run compute-version-ci
Expand All @@ -277,8 +280,6 @@ jobs:
command: |
cp package.json package.json~
yarn run --cwd=../.. remove-dependencies packages/charts
- restore_cache:
key: deps-{{ checksum "yarn.lock" }}
- run:
working_directory: ~/nova/packages/charts
name: Install Bits
Expand Down

0 comments on commit 16733d7

Please sign in to comment.