Skip to content

Commit 83ceed6

Browse files
build: skip build cache (#131)
1 parent 457e210 commit 83ceed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
key: *cache_key
4141
- run:
4242
name: build
43-
command: yarn build
43+
command: yarn build --skip-nx-cache
4444
- store_artifacts:
4545
path: dist
4646
- persist_to_workspace:

0 commit comments

Comments
 (0)