Skip to content

Commit

Permalink
chore(deps): update Nx to v19.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed Sep 24, 2024
1 parent edf95a2 commit 82866e2
Show file tree
Hide file tree
Showing 5 changed files with 3,944 additions and 1,599 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ testem.log
Thumbs.db

.nx/cache
.nx/workspace-data

.env
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/coverage
/tmp

/.nx/cache
/.nx/cache
/.nx/workspace-data
2 changes: 1 addition & 1 deletion nx-stylelint/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const createNodes: CreateNodes<StylelintPluginOptions> = [
if (projectRoot === '.' && !isStandaloneWorkspace) return {};

const normalizedOptions = normalizeOptions(options);
const hash = calculateHashForCreateNodes(projectRoot, normalizedOptions, context);
const hash = await calculateHashForCreateNodes(projectRoot, normalizedOptions, context);
const targets = targetsCache[hash] ?? (await buildStylelintTargets(configFilePath, projectRoot, normalizedOptions));

calculatedTargets[hash] = targets;
Expand Down
Loading

0 comments on commit 82866e2

Please sign in to comment.