Skip to content

Commit

Permalink
release-it: change zip dir to root
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Sep 6, 2018
1 parent 06ada20 commit 4145150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules
/dist
/tmp
/package-cache
/dist.zip

# local env files
.env.local
Expand Down
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"github": {
"release": true,
"assets": "tmp/webui.zip"
"assets": "dist.zip"
},
"src": {
"push": true,
"tag": true,
"commit": true
},
"buildCommand": "npm run build && npm run zip",
"buildCommand": "npm run build",
"npm": {
"publish": true
}
Expand Down

0 comments on commit 4145150

Please sign in to comment.