fix(website): don't build concurrently

This commit is contained in:
iCrawl
2022-06-08 22:26:39 +02:00
parent 256c4f955c
commit 3937b402c0

View File

@@ -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'",