We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e829930 commit 49f75fdCopy full SHA for 49f75fd
1 file changed
package.json
@@ -121,9 +121,9 @@
121
"build": "npm run build-typescript",
122
"build-storybook": "build-storybook -o storybook",
123
"build-typescript": "tsc --pretty --project tsconfig.dist.json",
124
- "clean": "rimraf dist && rimraf coverage",
+ "clean": "rimraf coverage dist out*",
125
"coverage": "react-scripts test --coverage --watchAll=false",
126
- "deploy-storybook": "storybook-to-ghpages",
+ "deploy-storybook": "storybook-to-ghpages --source-branch main",
127
"docs": "typedoc --mode file --excludeExternals --plugin typedoc-plugin-markdown --readme none",
128
"format": "prettier --write \"src/**/*.ts\" --trailing-comma es5",
129
"eject": "react-scripts eject",
0 commit comments