mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fix Travis builds continuing after failed lint
This commit is contained in:
@@ -7,7 +7,6 @@ cache:
|
||||
- node_modules
|
||||
install: npm install
|
||||
script:
|
||||
- npm run lint
|
||||
- bash ./deploy/deploy.sh
|
||||
env:
|
||||
global:
|
||||
|
||||
@@ -4,12 +4,14 @@
|
||||
set -e
|
||||
|
||||
function tests {
|
||||
npm run lint
|
||||
npm run test-docs
|
||||
VERSIONED=false npm run web-dist
|
||||
exit 0
|
||||
}
|
||||
|
||||
function build {
|
||||
npm run lint
|
||||
npm run docs
|
||||
VERSIONED=false npm run web-dist
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user