Skip to content

Commit

Permalink
chore: tweak npm lifecycle scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hinds committed Aug 11, 2021
1 parent 2f71ed5 commit bac9ab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/storybook-addon-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@
"test": "yarn jest",
"build:clean": "rimraf dist",
"build": "yarn build:clean && yarn typescript:build",
"preversion": "yarn test",
"postversion": "git push && git push --tags",
"prepublishOnly": "yarn build"
},
"storybook": {
"icon": "https://pbs.twimg.com/profile_images/1118574145724399616/oIyuo8uz_400x400.png",
"displayName": "Performance"
}
}
}

0 comments on commit bac9ab8

Please sign in to comment.