From 335fd114925dc847dc7a3f98024a3854f0b0b150 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Thu, 8 Aug 2024 07:15:18 +0200 Subject: [PATCH] fix: prebuild --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d1c0c35e4..b59764ecd 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,7 @@ } }, "scripts": { - "prebuild": "rimraf dist && yarn typegen", - "build": "rollup -c && yarn copy", + "build": "rimraf dist && yarn typegen && rollup -c && yarn copy", "prepare": "yarn build && husky install", "eslint": "eslint --fix .", "eslint:ci": "eslint .",