mirror of https://github.com/Kylart/KawAnime.git
Removed linux publish script as they now need to build the app from source
This commit is contained in:
parent
380c0d47ad
commit
50201e1542
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue