Skip to content

Commit 319c7c0

Browse files
authored
Merge pull request #499 from Shopify/add-post-publish
Add postpublish task back
2 parents 6bb34ff + 4b67a5c commit 319c7c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"hide-private-readme": "shx mv README.md ./public/README-private.md && shx mv ./public/README.md ./README.md",
4646
"show-private-readme": "shx mv ./README.md ./public/README.md && shx mv ./public/README-private.md ./README.md ",
4747
"prepublish": "in-publish && npm-run-all build hide-private-readme || :",
48+
"postpublish": "in-publish && npm-run-all cdn show-private-readme public-release || :",
4849
"dev": "webpack-dev-server --config playground/webpack.config.js --content-base playground/ --hot --inline",
4950
"start": "echo \"Warning: no 'start' task specified. Run 'yarn dev' instead.\" && yarn dev"
5051
},

0 commit comments

Comments
 (0)