Skip to content

Commit

Permalink
add preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Dec 21, 2024
1 parent 43d04d2 commit c258ad5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@
"type": "git",
"url": "git://github.com/xola/ui-kit.git"
},
"main": "./index.js",
"files": [
"build",
"build/icons.es.js"
],
"main": "build/icons.es.js",
"module": "build/icons.es.js",
"scripts": {
"preinstall": "vite build",
"prepare": "vite build",
"build": "vite build",
"format": "prettier --write -l src",
Expand Down

0 comments on commit c258ad5

Please sign in to comment.