Skip to content

Commit

Permalink
Fix export path
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Dec 21, 2024
1 parent a1c1848 commit cba7071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"files": [
"build",
"icons.es.js"
"build/icons.es.js"
],
"main": "build/icons.es.js",
"module": "build/icons.es.js",
"scripts": {
"prepare": "vite build",
"build": "vite build",
"prepare": "vite build && echo '🚨'",
"build": "npm run prepare",
"format": "prettier --write -l src",
"lint": "xola-lint src",
"lint:fix": "xola-lint --fix src"
Expand Down

0 comments on commit cba7071

Please sign in to comment.