diff --git a/.circleci/config.yml b/.circleci/config.yml index bb77bd5e..46f07315 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: - run: yarn nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD - run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t lint,test,build,e2e-ci --parallel 4 - run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t deploy --no-agents - - run: git rev-parse HEAD > dist/last-deploy.txt + - run: mkdir dist && git rev-parse HEAD > dist/last-deploy.txt - save_cache: key: last-deploy-sha paths: diff --git a/README.md b/README.md index fb4cb158..6dde831b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NxExample +# NxExample test This project was generated using [Nx](https://nx.dev).