mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +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",
|
"description": "A set of builders that you can use when creating your bot",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "concurrently 'yarn build:css' 'yarn build:remix'",
|
"build": "yarn build:css && yarn build:remix",
|
||||||
"build:css": "yarn generate:css",
|
"build:css": "yarn generate:css",
|
||||||
"build:remix": "remix build",
|
"build:remix": "remix build",
|
||||||
"dev": "concurrently 'yarn dev:css' 'yarn dev:remix'",
|
"dev": "concurrently 'yarn dev:css' 'yarn dev:remix'",
|
||||||
|
|||||||
Reference in New Issue
Block a user