Skip to content

Commit

Permalink
fix: try force install nx
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 23, 2024
1 parent a47e115 commit c859560
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@
"matchPackageNames": ["@taiga-ui/cdk"],
"postUpgradeTasks": {
"commands": [
"npm ci --ignore-scripts",
"npm install --force --ignore-scripts",
"npx nx migrate {{{depName}}} --from={{{currentVersion}}} --to={{{newVersion}}} --verbose",
"npm install && [ -f migrations.json ] && npx nx migrate --run-migrations=migrations.json",
"[ -f migrations.json ] && npx nx migrate --run-migrations=migrations.json",
"rm -rf node_modules/ **/node_modules package-lock.json && npm i && npm i",
"git add .",
"npx lint-staged --allow-empty || echo ''"
],
Expand Down

0 comments on commit c859560

Please sign in to comment.