From 50201e1542d4b58da777d0e60a6b76fa4da2849f Mon Sep 17 00:00:00 2001 From: Kylart Date: Mon, 13 Apr 2020 17:38:13 +0200 Subject: [PATCH] Removed linux publish script as they now need to build the app from source --- .travis.yml | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3611d3a..377085e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,6 @@ jobs: - npm run lint - npm run pack - npm run test - - "[[ $TRAVIS_BRANCH == master ]] && npm run publish:linux || echo \"Skipped Deploy Step\"" notifications: email: false \ No newline at end of file diff --git a/package.json b/package.json index b146983..a8b919e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "dist:portable": "cross-env NODE_ENV=production npm run build -- --win portable", "dist:linux": "cross-env NODE_ENV=production npm run build -- --linux", "publish:mac": "npm run build -- --mac -p always", - "publish:linux": "npm run build -- --linux -p always", "publish:win": "npm run build -- --win --x64 -p always", "publish:portable": "npm run build -- --win portable -p always", "lint": "vue-cli-service lint",