Skip to content

Commit

Permalink
build: add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
rs-amp committed Sep 11, 2024
1 parent 343bb84 commit 10c5745
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 @@ -28,7 +28,8 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"fix": "eslint . --fix --ext .ts",
"lint": "eslint . --ext .ts --max-warnings 0"
"lint": "eslint . --ext .ts --max-warnings 0",
"prepare": "npm run build"
},
"files": [
"dist",
Expand Down

0 comments on commit 10c5745

Please sign in to comment.