Skip to content

Commit 93361c8

Browse files
Merge pull request #58 from commitd/sh/readme
fix: add readme to deployed package
2 parents d98d71b + ecce29c commit 93361c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/package.json

+1-1
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)