We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b90e8e commit d848eefCopy full SHA for d848eef
package.json
@@ -129,7 +129,7 @@
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",
132
- "postpublish": "cross-env-shell \"git add -A && git commit -m \"$npm_package_version\" && git push origin master && npm run deploy-storybook",
+ "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",
135
"start": "react-scripts start",
0 commit comments