Skip to content

Commit

Permalink
Refactor import paths and rename files to .mjs in .husky scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rubixvi committed Oct 1, 2024
1 parent e1419f7 commit b24ea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/post-process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

npx tsc --project tsconfig.scripts.json

for file in dist/scripts/**/*.js; do
find dist/scripts -name "*.js" | while read file; do
mv "$file" "${file%.js}.mjs"
done

Expand Down

0 comments on commit b24ea3a

Please sign in to comment.