Skip to content

Commit fd0aae5

Browse files
authored
added postinstall script
1 parent b6b6c3c commit fd0aae5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"start": "start-storybook -p 9001 -c .storybook",
4141
"build": "rollup -c",
4242
"test": "eslint src/** --ext .js --quiet",
43-
"release": "standard-version --no-verify"
43+
"release": "standard-version --no-verify",
44+
"postinstall": "rollup -c"
4445
},
4546
"husky": {
4647
"hooks": {

0 commit comments

Comments
 (0)