From cba70716d5734e5a01a9840a80fb222f259b7fac Mon Sep 17 00:00:00 2001 From: Rushi Vishavadia Date: Sat, 21 Dec 2024 12:49:16 +0530 Subject: [PATCH] Fix export path --- src/icons/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/icons/package.json b/src/icons/package.json index 2a5827bb..2093c8c1 100644 --- a/src/icons/package.json +++ b/src/icons/package.json @@ -8,13 +8,13 @@ }, "files": [ "build", - "icons.es.js" + "build/icons.es.js" ], "main": "build/icons.es.js", "module": "build/icons.es.js", "scripts": { - "prepare": "vite build", - "build": "vite build", + "prepare": "vite build && echo '🚨'", + "build": "npm run prepare", "format": "prettier --write -l src", "lint": "xola-lint src", "lint:fix": "xola-lint --fix src"