Skip to content

Commit

Permalink
fix: add postinstall for Demo testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Jun 28, 2024
1 parent 8065ce3 commit 85d653a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"storybook": "storybook dev -p 3000",
"storybook:build": "storybook build",
"storybook:serve": "serve storybook-static",
"storybook:test": "test-storybook"
"storybook:test": "test-storybook",
"postinstall": "yarn install && yarn run build"
},
"packageManager": "[email protected]"
}

0 comments on commit 85d653a

Please sign in to comment.