Skip to content

Commit

Permalink
fix: update rule
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 27, 2024
1 parent a7b5f63 commit a5003da
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,15 @@
"matchPackageNames": ["@taiga-ui/cdk"],
"postUpgradeTasks": {
"commands": [
"npm install nx --force --loglevel=error --no-progress --no-save --no-audit --no-fund --ignore-scripts || true",
"npx nx migrate {{{depName}}} --from=@taiga-ui/cdk@{{{currentVersion}}} --to=@taiga-ui/cdk@{{{newVersion}}} --verbose || true",
"npm_config_legacy_peer_deps=false npx nx migrate --run-migrations --ifExists || true",
"npm install nx --force --loglevel=error --no-progress --no-save --no-audit --no-fund --ignore-scripts",
"npx nx migrate {{{depName}}} --from=@taiga-ui/cdk@{{{currentVersion}}} --to=@taiga-ui/cdk@{{{newVersion}}} --verbose",
"npx nx migrate --run-migrations --ifExists",
"rm -f migrations.json || true",
"echo 'TODO: workaround for https:/npm/cli/issues/7019'",
"rm -rf package-lock.json node_modules **/node_modules || true",
"npm i --workspaces --include-workspace-root || npm i",
"git add .",
"echo '------------------'",
"echo 'TODO: workaround for https:/npm/cli/issues/6787#issuecomment-1751005219'",
"rm -rf package-lock.json node_modules **/node_modules",
"npm i --workspaces --include-workspace-root || npm i",
"npm i --workspaces --include-workspace-root || npm i",
"git add .",
"npx --no eslint . --fix || true",
"npx --no lint-staged --allow-empty || true",
"git add ."
Expand Down

0 comments on commit a5003da

Please sign in to comment.