Skip to content

Commit ecce29c

Browse files
committed
fix: add readme to deployed package
The REadme is missing from the deply package, it is copied as part of the build but laost on change of action. So added to the semantic release script directly.
1 parent d98d71b commit ecce29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "cp ../README.md .",
2828
"deploy": "npm publish --access public",
2929
"deploy:ci": "npm run deploy",
30-
"semantic-release": "semantic-release"
30+
"semantic-release": "cp ../README.md . ; semantic-release"
3131
},
3232
"peerDependencies": {
3333
"gatsby": "^3.8.0",

0 commit comments

Comments
 (0)