Skip to content

Commit 8e981fb

Browse files
committed
-s remove
1 parent 372faa4 commit 8e981fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"test:update": "npm run test -- --u",
110110
"loki:test": "loki test",
111111
"loki:update": "loki update",
112-
"storybook:dev": "start-storybook .storybook -s .storybook/static -p 9001",
113-
"storybook:build": "build-storybook .storybook -s .storybook/static -o dist",
112+
"storybook:dev": "start-storybook .storybook .storybook/static -p 9001",
113+
"storybook:build": "build-storybook .storybook .storybook/static -o dist",
114114
"library:build": "rollup -c && npm run copypackage && npm run copyreadme",
115115
"check": "npm run test && npm run prettier:check && npm run lint:check",
116116
"copypackage": "cp -rf package.json lib",

0 commit comments

Comments
 (0)