chore(build): build rte before remix

This commit is contained in:
Michael Zetterberg
2024-03-26 12:11:56 +01:00
parent a706b9cf8a
commit c683f85bd8

View File

@@ -8,7 +8,9 @@
"rte"
],
"scripts": {
"build": "npm run build --workspaces",
"build": "npm run build:rte && npm run build:remix",
"build:remix": "cd remix && npm run build",
"build:rte": "cd rte && npm run build",
"dev": "concurrently npm:dev:*",
"dev:remix": "cd remix && npm run dev",
"dev:rte": "cd rte && npm run dev"