Skip to content

Commit dc20a73

Browse files
authored
Merge pull request #14848 from LedgerHQ/revert-14836-support/postinstall-refinement
Revert "ci: clean up pre-publish steps"
2 parents a098719 + e1564e4 commit dc20a73

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libs/ui/packages/icons/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
},
4444
"scripts": {
4545
"build": "pnpm run clean && node scripts/build && node scripts/buildLegacy && tsc --noEmit false && node scripts/transpile",
46+
"prepublishOnly": "pnpm run build",
4647
"clean": "rimraf react native reactLegacy nativeLegacy src/react src/native src/reactLegacy src/nativeLegacy",
4748
"unimported": "pnpm knip --directory ../../../.. -W libs/ui/packages/icons"
4849
},

libs/ui/packages/shared/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
],
3232
"scripts": {
3333
"build": "tsc && node scripts/transpile",
34+
"prepublishOnly": "npm run build",
3435
"clean": "rimraf lib",
3536
"unimported": "unimported"
3637
},

0 commit comments

Comments
 (0)