Back to Nx

Move Cache Directory

packages/nx/src/migrations/update-17-0-0/move-cache-directory.md

22.7.1369 B
Original Source

Sample Code Changes

Add .nx/cache to the .gitignore file.

Before
text
node_modules
After
text
node_modules
.nx/cache

Add .nx/cache to the .prettierignore file.

Before
ts
/dist
After
ts
/dist
.nx/cache