Skip to content

Commit 49f75fd

Browse files
author
Brandon Scott
committed
Update deploy-storybook script to explicitly pass branch name 'main', update clean script to include storybook out* dirs
1 parent e829930 commit 49f75fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121
"build": "npm run build-typescript",
122122
"build-storybook": "build-storybook -o storybook",
123123
"build-typescript": "tsc --pretty --project tsconfig.dist.json",
124-
"clean": "rimraf dist && rimraf coverage",
124+
"clean": "rimraf coverage dist out*",
125125
"coverage": "react-scripts test --coverage --watchAll=false",
126-
"deploy-storybook": "storybook-to-ghpages",
126+
"deploy-storybook": "storybook-to-ghpages --source-branch main",
127127
"docs": "typedoc --mode file --excludeExternals --plugin typedoc-plugin-markdown --readme none",
128128
"format": "prettier --write \"src/**/*.ts\" --trailing-comma es5",
129129
"eject": "react-scripts eject",

0 commit comments

Comments
 (0)