Skip to content

Commit

Permalink
fix[ext]: yolo-3
Browse files Browse the repository at this point in the history
  • Loading branch information
molszanski committed Nov 12, 2024
1 parent d5b80cf commit 7acf2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iti/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ build: ## Build the project
mv ./dist/iti.cjs.map ./dist/index.cjs.map
mv ./dist/iti.mjs ./dist/index.mjs
mv ./dist/iti.mjs.map ./dist/index.mjs.map
sed -i '' 's/iti.mjs.map/index.mjs.map/g' ./dist/index.mjs
sed -i '' 's/iti.cjs.map/index.cjs.map/g' ./dist/index.cjs
sed -i "" "s/iti.mjs.map/index.mjs.map/g" ./dist/index.mjs
sed -i "" "s/iti.cjs.map/index.cjs.map/g" ./dist/index.cjs
ls -l ./dist
# find ./dist -name "*.d.ts" -exec sh -c 'cp "$$1" "$${1%%.d.ts}.d.cts"' sh {} \;
# find ./dist -name "*.d.ts" -delete;
Expand Down

0 comments on commit 7acf2c7

Please sign in to comment.