Revert building SDK from root package.json

This commit is contained in:
Mark Sinclair
2023-07-04 15:48:44 +01:00
parent 5787653210
commit a91c997aed
+1 -2
View File
@@ -16,8 +16,7 @@
"clean": "lerna run clean",
"build": "run-s build:types build:packages",
"build:types": "lerna run --scope @nymproject/types build --stream",
"build:packages": "run-s build:packages:theme build:packages:react build:packages:sdk",
"build:packages:sdk": "lerna run --scope @nymproject/sdk build:local",
"build:packages": "run-s build:packages:theme build:packages:react",
"build:packages:theme": "lerna run --scope @nymproject/mui-theme build",
"build:packages:react": "lerna run --scope @nymproject/react build",
"build:react-example": "lerna run --scope @nymproject/react-webpack-with-theme-example build --stream",