build: don't build website on ci, let vercel handle it on changes

This commit is contained in:
iCrawl
2022-08-13 20:14:04 +02:00
parent fd4844ddb9
commit 5360099e5f

View File

@@ -4,7 +4,7 @@
"description": "A powerful library for interacting with the Discord API",
"private": true,
"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",
"lint": "yarn workspaces foreach --parallel --topological run lint",
"format": "yarn workspaces foreach --parallel --topological run format",