Skip to content

Commit

Permalink
Merge branch 'main' into feat-avatar-component
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 19, 2025
2 parents 8ce54dd + 9ae33a0 commit 80ff1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/nt-headless-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"dev": "storybook dev -p 6006 -c .storybook",
"build-storybook": "storybook -c .storybook -o dist/storybook",
"build-storybook": "storybook build",
"test": "pnpm vitest"
},
"dependencies": {
Expand Down
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 80ff1ac

Please sign in to comment.