1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-09 05:40:42 +02:00

build fix

This commit is contained in:
codecalm
2023-09-22 22:35:54 +02:00
parent 118bb99c5e
commit afee99a908

View File

@@ -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": [