Skip to content

Commit

Permalink
feat(carbon): displays also tsc errors in the console in dev mode (#630)
Browse files Browse the repository at this point in the history
feat(carbon): displays also tsc errors also in the console
  • Loading branch information
ArtieReus authored Nov 25, 2024
1 parent a0ee034 commit f3ceef4
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 5 deletions.
5 changes: 4 additions & 1 deletion apps/carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"npm": ">=10.0.0 <11.0.0"
},
"scripts": {
"dev": "vite",
"dev": "run-p dev:*",
"dev:vite": "vite",
"dev:tsc": "tsc --watch",
"build": "vite build",
"build:static": "vite build --mode static",
"serve": "vite preview",
Expand Down Expand Up @@ -53,6 +55,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"jsdom": "^24.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"prettier": "3.1.1",
"tailwindcss": "^3.4.12",
Expand Down
Loading

0 comments on commit f3ceef4

Please sign in to comment.