Skip to content

Commit 91c19da

Browse files
committed
chore(deps): update dependencies
1 parent ba59de5 commit 91c19da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/ocignis-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test-watch": "jest --verbose --watch",
1313
"test-coverage": "jest --coverage --verbose",
1414
"storybook": "start-storybook -p 6100 --quiet",
15-
"storybook-build": "build-storybook -o build-storybook-static",
15+
"storybook-build": "storybook build -o build-storybook-static",
1616
"update-dependencies": "npx npm-check-updates -u"
1717
},
1818
"dependencies": {

packages/ocignis-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test-watch": "jest --verbose --watch",
1919
"test-coverage": "jest --coverage --verbose",
2020
"storybook": "start-storybook -p 6200 --quiet",
21-
"storybook-build": "build-storybook -o build-storybook-static",
21+
"storybook-build": "storybook build -o build-storybook-static",
2222
"update-dependencies": "npx npm-check-updates -u"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)