mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Add webpack building, ESLint on PRs, and tag building to Travis (#911)
* Make Travis run ESLint before deploying * Fix Travis never building docs for tags * Update deploy.sh to also build the webpack * Update deploy.sh
This commit is contained in:
committed by
Schuyler Cebulskie
parent
2440a4a2c8
commit
176859e7da
@@ -5,7 +5,9 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
install: npm install
|
||||
script: bash ./docs/deploy/deploy.sh
|
||||
script:
|
||||
- npm run test
|
||||
- bash ./docs/deploy/deploy.sh
|
||||
env:
|
||||
global:
|
||||
- ENCRYPTION_LABEL: "af862fa96d3e"
|
||||
|
||||
Reference in New Issue
Block a user