This commit is contained in:
benedettadavico
2025-09-15 12:55:41 +02:00
parent e5dfd9ad02
commit 1a0748ae1f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "yarn --cwd ../sdk/typescript/packages/react-components build",
"prebuild": "yarn --cwd ../ts-packages/types build && yarn --cwd ../sdk/typescript/packages/mui-theme build && yarn --cwd ../sdk/typescript/packages/react-components build",
"build:prod": "yarn --cwd .. build && next build",
"start": "next start",
"lint": "biome check --fix"
+2 -1
View File
@@ -29,7 +29,8 @@
"ts-jest": "^27.0.5",
"jest": "^27.1.0",
"babel-plugin-root-import": "^5.1.0",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"@types/minimatch": "^5.1.2"
},
"scripts": {
"clean": "rimraf dist",