Skip to content

Commit

Permalink
Fix error "duplicate packages" because of RN and TS
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaKozlova committed Jan 10, 2023
1 parent 9466948 commit 7ac29f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"copy": "node ../../importer/generate.js --source=../../assets --dest=./intermediate --extension=svg --target=react",
"convert:svg": "node convert.js --source=./intermediate --dest=./src",
"rollup": "node ./generateRollup.js",
"prepare": "tsc",
"optimize": "svgo --config svgo.config.js --folder=./intermediate --precision=2",
"unfill": "find ./intermediate -type f -name \"*.svg\" -exec sed -i.bak 's/fill=\"none\"//g' {} \\; && find ./intermediate -type f -name \"*.bak\" -delete",
"build": "npm run copy && npm run convert:svg && npm run cleanSvg && npm run build:esm && npm run build:cjs",
Expand Down

0 comments on commit 7ac29f4

Please sign in to comment.