Skip to content

Commit

Permalink
feat: update script build storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 19, 2025
1 parent b8c0af7 commit 96c3d0c
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 @@ -58,7 +58,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "husky install",
"commitlint": "commitlint --edit"
"commitlint": "commitlint --edit",
"build:headlessui-storybook": "npx nx run nt-stylesheet:build && npx nx run nt-headless-ui:build-storybook"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 96c3d0c

Please sign in to comment.