mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
build: don't build website on ci, let vercel handle it on changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "A powerful library for interacting with the Discord API",
|
"description": "A powerful library for interacting with the Discord API",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn workspaces foreach --parallel --topological run build",
|
"build": "yarn workspaces foreach --exclude @discordjs/website --parallel --topological run build",
|
||||||
"test": "yarn workspaces foreach --parallel --topological run test",
|
"test": "yarn workspaces foreach --parallel --topological run test",
|
||||||
"lint": "yarn workspaces foreach --parallel --topological run lint",
|
"lint": "yarn workspaces foreach --parallel --topological run lint",
|
||||||
"format": "yarn workspaces foreach --parallel --topological run format",
|
"format": "yarn workspaces foreach --parallel --topological run format",
|
||||||
|
|||||||
Reference in New Issue
Block a user