We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d848eef commit 09a736cCopy full SHA for 09a736c
1 file changed
package.json
@@ -128,7 +128,7 @@
128
"docs": "typedoc --mode file --excludeExternals --plugin typedoc-plugin-markdown --readme none",
129
"format": "prettier --write \"src/**/*.ts\" --trailing-comma es5",
130
"eject": "react-scripts eject",
131
- "postbuild": "copyfiles src/assets/**/* dist && mv dist/src/assets dist && rimraf dist/src",
+ "postbuild": "copyfiles src/assets/**/* dist && mv dist/src/assets dist && rimraf dist/src && npm run docs",
132
"postpublish": "cross-env-shell \"git add -A && git commit -m \"$npm_package_version\" && git push origin master && npm run deploy-storybook\"",
133
"prebuild": "npm run clean && npm run format && echo Using TypeScript && tsc --version",
134
"prepublishOnly": "npm run build",
0 commit comments