diff --git a/package.json b/package.json new file mode 100644 index 0000000..fd275e0 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "scripts": { + "build:nodes": "pnpm -r --filter './nodes/**' build" + } +} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6235d91..3955df3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,4 @@ packages: - app - packages/* + - nodes/**/**/**/*