Skip to content

Commit

Permalink
build: Fix Nx caching issue (#1935)
Browse files Browse the repository at this point in the history
This does actually seem to resolve the caching issue.

There's a closed Nx issue about this
nrwl/nx#10442 and a merged PR
nrwl/nx#10455, however the PR was later reverted
nrwl/nx#10455 (comment) and does
not seem to have been fixed again yet as far as I can tell.

I've left a note on the original issue that I think it should be
re-opened.
  • Loading branch information
wittjosiah committed Nov 22, 2022
1 parent 0975368 commit dfffbfc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
15 changes: 7 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ oclif.manifest.json
# OS X temporary files
.DS_Store

# Rush temporary files
common/deploy/
common/temp/
common/autoinstallers/*/.npmrc
**/.rush/temp/

# Build outputs
dist
out
Expand All @@ -87,8 +81,14 @@ web-ext-artifacts
*/*/.heft/temp/**

storybook-static

# Protobuf Compiler
packages/core/protocols/proto
**/gen

# CLI
packages/devtools/cli/src/util/telemetryrc.json

.idea/workspace.xml

.tool-versions
Expand All @@ -98,9 +98,8 @@ storybook-static
**/out/bots/*
**/.bots/*

#benchmark
# Benchmark
.benchmark

*.cpuprofile

# Debug logging for require hooks
Expand Down
1 change: 0 additions & 1 deletion packages/core/protocols/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/devtools/cli/.gitignore

This file was deleted.

0 comments on commit dfffbfc

Please sign in to comment.