Skip to content

Commit d31a77c

Browse files
authored
removing postbuild task (#1630)
1 parent d36c6ba commit d31a77c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

storybook/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"scripts": {
88
"start": "start-storybook -c .storybook -p 3333 --host 0.0.0.0",
99
"develop": "export storybookBuildMode=develop && yarn start",
10-
"build": "build-storybook -c .storybook",
11-
"postbuild": "npx sb extract"
10+
"build": "build-storybook -c .storybook"
1211
},
1312
"dependencies": {
1413
"@looker/components": "^0.9.22",

0 commit comments

Comments
 (0)