feat: typecheck gh action

This commit is contained in:
Ahmed Bouhuolia
2025-10-18 18:48:03 +02:00
parent e4f51fb8a1
commit e548e7dc4a
5 changed files with 60 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"scripts": {
"dev": "lerna run dev",
"build": "lerna run build",
"typecheck": "lerna run typecheck",
"dev:webapp": "lerna run dev --scope \"@bigcapital/webapp\" --scope \"@bigcapital/utils\" --scope \"@bigcapital/pdf-templates\"",
"build:webapp": "lerna run build --scope \"@bigcapital/webapp\" --scope \"@bigcapital/utils\" --scope \"@bigcapital/pdf-templates\"",
"dev:server": "lerna run dev --scope \"@bigcapital/server\" --scope \"@bigcapital/utils\" --scope \"@bigcapital/pdf-templates\" --scope \"@bigcapital/email-components\"",