Skip to content

Commit

Permalink
Add npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Dec 21, 2024
1 parent cba7071 commit 98d0991
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icons/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict=true
legacy-peer-deps=true
1 change: 1 addition & 0 deletions src/icons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"main": "build/icons.es.js",
"module": "build/icons.es.js",
"scripts": {
"preinstall": "vite build && echo '🚀'",
"prepare": "vite build && echo '🚨'",
"build": "npm run prepare",
"format": "prettier --write -l src",
Expand Down

0 comments on commit 98d0991

Please sign in to comment.