feat: add some build scripts

This commit is contained in:
max_richter 2024-04-04 19:46:06 +02:00
parent 9776b5a84a
commit d5fa4ff79c
2 changed files with 6 additions and 0 deletions

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"scripts": {
"build:nodes": "pnpm -r --filter './nodes/**' build"
}
}

View File

@ -1,3 +1,4 @@
packages:
- app
- packages/*
- nodes/**/**/**/*