Skip to content

Commit

Permalink
Merge pull request #16 from drafear/develop
Browse files Browse the repository at this point in the history
fix: Release.zip
  • Loading branch information
drafear authored Sep 22, 2018
2 parents 73b1117 + cd1b559 commit 8c9707a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,27 @@
"watch:less": "less-watch-compiler src src",
"package": "npm run build && zip -rq Release.zip dist"
},
"release": {
"verifyConditions": [
"@semantic-release/github"
],
"publish": [
{
"path": "@semantic-release/github",
"assets": [
{
"path": "Release.zip"
}
]
}
],
"success": [
"@semantic-release/github"
],
"fail": [
"@semantic-release/github"
]
},
"eslintIgnore": [
"dist",
"src/lib"
Expand Down

0 comments on commit 8c9707a

Please sign in to comment.