From 96c3d0c7664e2e2487f28db0536f8570167056de Mon Sep 17 00:00:00 2001 From: khoilen Date: Sun, 19 Jan 2025 11:28:39 +0700 Subject: [PATCH] feat: update script build storybook --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 485b2fe..a32bc37 100644 --- a/package.json +++ b/package.json @@ -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",