Skip to content

Commit

Permalink
fix: design system synth (#742)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Dec 6, 2023
1 parent 5129c34 commit 1cfc9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/design-system/cdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "npx ts-node --prefer-ts-exts bin/app.ts",
"app": "storybook build && npx ts-node --prefer-ts-exts bin/app.ts",
"watch": {
"include": ["src/", "stacks/", "pages/", "components/"],
"exclude": ["__tests__", "*.test.ts", "*.e2e-spec.ts"]
Expand Down
3 changes: 1 addition & 2 deletions services/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"deploy": "gh-pages -d build",
"storybook": "storybook dev -p 6006 -s public",
"dev": "storybook dev -p 6006",
"build": "tsc",
"build:sb": "storybook build",
"build": "tsc && storybook build",
"build:all": "rush build -t .",
"test": "",
"watch": "tsc -w",
Expand Down

0 comments on commit 1cfc9da

Please sign in to comment.