fix: adjust build order

This commit is contained in:
Viren070
2024-12-31 20:22:01 +00:00
parent b0f27c8b55
commit 634f996a92
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"test": "npm run test --workspaces",
"format": "prettier --write .",
"build": "npm -w packages/types run build && npm -w packages/parser run build && npm -w packages/formatters run build && npm -w packages/wrappers run build && npm -w packages/frontend run build && npm -w packages/addon run build",
"build": "npm -w packages/types run build && npm -w packages/parser run build && npm -w packages/wrappers run build && npm -w packages/formatters run build && npm -w packages/frontend run build && npm -w packages/addon run build",
"build:watch": "tsc --build --watch",
"start:addon": "npm -w packages/addon start",
"start:addon:dev": "npm -w packages/addon run start:dev",