Skip to content

Commit 02ff2d2

Browse files
authored
fix: cache dist
1 parent 0790c98 commit 02ff2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- save_cache:
1111
paths:
1212
- node_modules
13+
- dist
1314
key: react-use-cart-{{ checksum "package.json" }}
1415
release:
1516
docker:
@@ -19,7 +20,6 @@ jobs:
1920
- restore_cache:
2021
keys:
2122
- react-use-cart-{{ checksum "package.json" }}
22-
- run: yarn build
2323
- run: npx semantic-release
2424

2525
workflows:

0 commit comments

Comments
 (0)