Skip to content

Commit 77557cd

Browse files
authored
Merge pull request #404 from brionmario/next
Fix Release build failure
2 parents c5dba24 + 5410eb5 commit 77557cd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changeset/olive-kids-film.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@wso2/oxygen-ui-icons-react': patch
3+
---
4+
5+
Trigger release

packages/oxygen-ui-icons-react/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"lint:fix": "eslint src --fix",
3737
"generate:icons": "node scripts/build-icons.js",
3838
"clean": "rimraf dist",
39-
"prepublishOnly": "npm run clean && npm run build",
4039
"test": "vitest run --passWithNoTests",
4140
"test:watch": "vitest"
4241
},

packages/oxygen-ui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"lint": "eslint src",
3636
"lint:fix": "eslint src --fix",
3737
"clean": "rimraf dist",
38-
"prepublishOnly": "npm run clean && npm run build",
3938
"test": "vitest run --passWithNoTests",
4039
"test:watch": "vitest"
4140
},

0 commit comments

Comments
 (0)