Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
feat: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
levino committed May 2, 2023
1 parent d01d3f3 commit e8a6a70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "tsc -p tsconfig.build.json",
"lint": "eslint ."
"lint": "eslint .",
"prepack": "yarn clean && yarn build",
"clean": "rm -r dist storybook-static",
"postpack": "yarn clean"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit e8a6a70

Please sign in to comment.