@ledgerhq/react-ui 0.50.0-nightly.20260422030546 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/react-ui",
|
|
3
|
-
"version": "0.50.0
|
|
3
|
+
"version": "0.50.0",
|
|
4
4
|
"description": "Ledger Live - Desktop UI",
|
|
5
5
|
"author": "Ledger Wallet Team <team-live@ledger.fr>",
|
|
6
6
|
"repository": {
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"scripts": {
|
|
157
157
|
"storybook": "storybook dev -p 6006",
|
|
158
158
|
"build": "tsc -p tsconfig.prod.json && node scripts/transpile && node scripts/postBuild",
|
|
159
|
-
"prebuild:storybook": "
|
|
159
|
+
"prebuild:storybook": "pnpm -F ui-shared -F icons-ui build",
|
|
160
160
|
"build:storybook": "storybook build",
|
|
161
161
|
"watch": "tsc -p tsconfig.prod.json --watch",
|
|
162
162
|
"clean": "rimraf lib",
|