Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix(deploy): config semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Jun 13, 2019
1 parent 13fcb0c commit 563b456
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"docz:dev": "docz dev",
"docz:build": "docz build",
"lint": "eslint ./",
"postpublish": "cp -r package.json ../",
"postpublish": "pwd && cp -r package.json ../",
"semantic-release": "semantic-release",
"test": "npm run lint"
},
Expand Down Expand Up @@ -87,15 +87,7 @@
"pkgRoot": "dist"
}
],
[
"@semantic-release/github",
{
"assets": [
"package.json",
"CHANGELOG.md"
]
}
]
"@semantic-release/github"
]
}
}

0 comments on commit 563b456

Please sign in to comment.