fix dev build for plane ui (#5506)

This commit is contained in:
rahulramesha 2024-09-03 15:44:00 +05:30 committed by GitHub
parent 9910ed6e5f
commit fd3e3d1a19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,8 @@
"dist/**"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"build": "tsup src/index.ts --format esm,cjs --dts --external react --minify",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts --external react",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
@ -68,4 +68,4 @@
"tsup": "^7.2.0",
"typescript": "4.7.4"
}
}
}