File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 128128 "docs" : " typedoc --mode file --excludeExternals --plugin typedoc-plugin-markdown --readme none" ,
129129 "format" : " prettier --write \" src/**/*.ts\" --trailing-comma es5" ,
130130 "eject" : " react-scripts eject" ,
131- "postbuild" : " copyfiles src/assets/**/* dist && mv dist/src/assets dist && rimraf dist/src" ,
131+ "postbuild" : " copyfiles src/assets/**/* dist && mv dist/src/assets dist && rimraf dist/src && npm run docs " ,
132132 "postpublish" : " cross-env-shell \" git add -A && git commit -m \" $npm_package_version\" && git push origin master && npm run deploy-storybook\" " ,
133133 "prebuild" : " npm run clean && npm run format && echo Using TypeScript && tsc --version" ,
134134 "prepublishOnly" : " npm run build" ,
You can’t perform that action at this time.
0 commit comments