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:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user