.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user