Skip to content

Commit

Permalink
rename script using CommenJS to .cjs (#807)
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Brose <kim.brose@nordeck.net>
Co-authored-by: Kim Brose <kim.brose@nordeck.net>
  • Loading branch information
HarHarLinks and HarHarLinks committed Oct 18, 2024
1 parent 65138f4 commit f0be89d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default ts.config(
'**/i18next-parser.config.js',
'scripts/prepack.js',
'scripts/postpack.js',
'scripts/publishAllPackages.js',
'scripts/publishAllPackages.cjs',
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"depcheck": "yarn workspaces run depcheck",
"deduplicate": "yarn-deduplicate",
"prepare": "husky",
"release": "node ./scripts/publishAllPackages.js",
"release": "node ./scripts/publishAllPackages.cjs",
"translate": "yarn workspaces run translate",
"generate-api-report": "yarn workspaces run generate-api-report",
"check-api-report": "yarn workspaces run check-api-report"
Expand Down
File renamed without changes.

0 comments on commit f0be89d

Please sign in to comment.