Skip to content

Commit f16df4e

Browse files
committed
chore(repo): test cache
1 parent 1429ac2 commit f16df4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: yarn nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD
3333
- run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t lint,test,build,e2e-ci --parallel 4
3434
- run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t deploy --no-agents
35-
- run: git rev-parse HEAD > dist/last-deploy.txt
35+
- run: mkdir dist && git rev-parse HEAD > dist/last-deploy.txt
3636
- save_cache:
3737
key: last-deploy-sha
3838
paths:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NxExample
1+
# NxExample test
22

33
This project was generated using [Nx](https://nx.dev).
44

0 commit comments

Comments
 (0)