Skip to content

Commit d848eef

Browse files
Add missing ending escaped quote for postpublish script
1 parent 5b90e8e commit d848eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"format": "prettier --write \"src/**/*.ts\" --trailing-comma es5",
130130
"eject": "react-scripts eject",
131131
"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",
132+
"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",
135135
"start": "react-scripts start",

0 commit comments

Comments
 (0)