mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(website): don't build concurrently
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "A set of builders that you can use when creating your bot",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "concurrently 'yarn build:css' 'yarn build:remix'",
|
||||
"build": "yarn build:css && yarn build:remix",
|
||||
"build:css": "yarn generate:css",
|
||||
"build:remix": "remix build",
|
||||
"dev": "concurrently 'yarn dev:css' 'yarn dev:remix'",
|
||||
|
||||
Reference in New Issue
Block a user