Chore: Minify build for plane packages (#3017)

* minify @plane/ui build

* minify all the packages
This commit is contained in:
rahulramesha
2023-12-07 14:26:17 +05:30
committed by sriram veeraghanta
parent b5ac2f8078
commit 9c5bf47ace
7 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@
}
},
"scripts": {
"build": "tsup",
"build": "tsup --minify",
"dev": "tsup --watch",
"check-types": "tsc --noEmit"
},
@@ -57,4 +57,4 @@
"nextjs",
"react"
]
}
}