Skip to content

Commit

Permalink
fix: postinstall -> prepare (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolezel authored and wuweiweiwu committed Dec 10, 2018
1 parent 9445d8f commit 5f94ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.4.0",
"description": "Drag-and-drop sortable component for nested data and hierarchies",
"scripts": {
"postinstall": "patch-package",
"prepare": "patch-package",
"prebuild": "npm run lint && npm run clean",
"build": "rollup -c",
"build:storybook": "npm run clean:storybook && build-storybook -o build",
Expand Down

0 comments on commit 5f94ace

Please sign in to comment.