Skip to content

Commit b95b56b

Browse files
committed
Remove prepublishOnly
1 parent ccc48f9 commit b95b56b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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)