forked from github/plane
Chore: Minify build for plane packages (#3017)
* minify @plane/ui build * minify all the packages
This commit is contained in:
committed by
sriram veeraghanta
parent
b5ac2f8078
commit
9c5bf47ace
@@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"build": "tsup --minify",
|
||||
"dev": "tsup --watch",
|
||||
"check-types": "tsc --noEmit",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
@@ -80,4 +80,4 @@
|
||||
"nextjs",
|
||||
"react"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user