build fix

This commit is contained in:
codecalm 2023-09-22 22:35:54 +02:00
parent 118bb99c5e
commit afee99a908
1 changed files with 1 additions and 1 deletions

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