Skip to content

Commit

Permalink
remove zip task due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 873ad9b commit 85e9661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"github": {
"release": true,
"assets": "dist.zip"
"release": true
},
"src": {
"push": true,
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"compile": "npm run lint && cd server && tsc",
"compile:watch": "cd server && tsc --watch",
"build": "npm run compile && npm run copy && vue-cli-service build --dest dist/webui",
"zip": "bestzip tmp/webui.zip dist/*",
"logs": "pm2 logs /frog-.*/",
"stop": "pm2 stop /frog-.*/",
"pre-release": "release-it --preRelease=alpha",
Expand Down Expand Up @@ -65,7 +64,6 @@
"@vue/cli-plugin-typescript": "^3.0.0-rc.5",
"@vue/cli-service": "^3.0.0-rc.5",
"ajv": "^6.5.3",
"bestzip": "^2.0.0",
"concurrently": "^4.0.1",
"cp-cli": "^1.1.2",
"cross-env": "^5.2.0",
Expand Down

0 comments on commit 85e9661

Please sign in to comment.