Skip to content

Commit e0e7cc1

Browse files
committed
fix: remove postinstall script
1 parent e85a725 commit e0e7cc1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/kind-moons-attack.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'omit-empty-es': patch
3+
---
4+
5+
Remove postinstall script

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"main": "dist/omit-empty-es.cjs.js",
2020
"module": "dist/omit-empty-es.esm.js",
2121
"scripts": {
22-
"postinstall": "preconstruct dev",
2322
"build": "preconstruct build",
2423
"watch": "preconstruct watch",
2524
"format": "prettier --write '**/*.{js,ts,tsx}'",

0 commit comments

Comments
 (0)