Skip to content

Commit 5f94ace

Browse files
dolezelwuweiweiwu
authored andcommitted
fix: postinstall -> prepare (#430)
1 parent 9445d8f commit 5f94ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.4.0",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"scripts": {
6-
"postinstall": "patch-package",
6+
"prepare": "patch-package",
77
"prebuild": "npm run lint && npm run clean",
88
"build": "rollup -c",
99
"build:storybook": "npm run clean:storybook && build-storybook -o build",

0 commit comments

Comments
 (0)