Skip to content

Commit

Permalink
ci: use npx syncer instead
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 17, 2024
1 parent 00e751a commit 57d91fd
Show file tree
Hide file tree
Showing 8 changed files with 2,403 additions and 2,050 deletions.
4,264 changes: 2,390 additions & 1,874 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"@taiga-ui/eslint-plugin-experience": "0.185.0",
"@taiga-ui/prettier-config": "0.185.0",
"@taiga-ui/stylelint-config": "0.185.0",
"@taiga-ui/syncer": "0.185.0",
"@taiga-ui/tsconfig": "0.185.0",
"@tinkoff/eslint-config": "4.1.3",
"@tinkoff/eslint-config-react": "4.1.3",
Expand Down Expand Up @@ -137,7 +138,7 @@
"standard-version": {
"scripts": {
"postchangelog": "ts-node ./scripts/postchangelog.ts",
"postbump": "ts-node ./scripts/postbump.ts"
"postbump": "npx syncer"
},
"types": [
{
Expand All @@ -153,5 +154,16 @@
"section": "⚠️ Deprecations"
}
]
},
"syncer": {
"includePaths": [
"./projects",
"./package-lock.json"
],
"matchPackageNames": [
"@maskito/*",
"maskito"
],
"ignorePackageNames": []
}
}
33 changes: 0 additions & 33 deletions scripts/helpers/bump-maskito-deps.ts

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/helpers/bump-maskito-version-in-package-json.ts

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/helpers/is-maskito-package-name.ts

This file was deleted.

56 changes: 0 additions & 56 deletions scripts/helpers/sync-versions.ts

This file was deleted.

65 changes: 0 additions & 65 deletions scripts/helpers/update-package-json-structure.ts

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/postbump.ts

This file was deleted.

0 comments on commit 57d91fd

Please sign in to comment.