Skip to content

Commit 12f6328

Browse files
committed
fix: test:demo script
1 parent 738c92f commit 12f6328

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

packages/components/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
"warning": "^3.0.0"
8181
},
8282
"devDependencies": {
83+
"@talend/bootstrap-theme": "^10.1.1",
84+
"@talend/design-system": "^12.1.1",
8385
"@storybook/addon-a11y": "^10.3.3",
8486
"@storybook/addon-links": "^10.3.3",
8587
"@storybook/react": "^10.3.3",

packages/stepper/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"lodash": "^4.18.0"
5353
},
5454
"devDependencies": {
55+
"@talend/icons": "^8.0.0",
5556
"@testing-library/react-hooks": "^8.0.1",
5657
"i18next": "^23.16.8",
5758
"immutable": "^3.8.3",

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"test:demo": {
3030
"dependsOn": ["^test:demo"],
31-
"outputs": [".storybook-static/**"]
31+
"outputs": ["storybook-static/**"]
3232
},
3333
"test": {
3434
"dependsOn": ["^test"]

0 commit comments

Comments
 (0)