mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Improve test and build scripts
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
||||
- stage: test
|
||||
script: bash ./deploy/test.sh
|
||||
- stage: build
|
||||
node_js: "6"
|
||||
script: bash ./deploy/deploy.sh
|
||||
env:
|
||||
global:
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
set -e
|
||||
|
||||
function build {
|
||||
npm run lint
|
||||
npm run docs
|
||||
VERSIONED=false npm run webpack
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@ set -e
|
||||
function tests {
|
||||
npm run lint
|
||||
npm run docs:test
|
||||
VERSIONED=false npm run webpack
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user