Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Sep 22, 2023
1 parent 118bb99 commit afee99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icons-eps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons",
"build:icons": "node build.mjs",
"clean": "rm -rf dist && mkdir dist",
"clean": "rm -rf icons && mkdir icons",
"copy:license": "cp ../../LICENSE ./LICENSE"
},
"files": [
Expand Down

1 comment on commit afee99a

@vercel
Copy link

@vercel vercel bot commented on afee99a Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tabler-icons – ./

tabler-icons-git-master-tabler-io.vercel.app
tabler-icons-tabler-io.vercel.app
tabler-icons.vercel.app

Please sign in to comment.