feat: add some build scripts
This commit is contained in:
parent
9776b5a84a
commit
d5fa4ff79c
5
package.json
Normal file
5
package.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"scripts": {
|
||||||
|
"build:nodes": "pnpm -r --filter './nodes/**' build"
|
||||||
|
}
|
||||||
|
}
|
@ -1,3 +1,4 @@
|
|||||||
packages:
|
packages:
|
||||||
- app
|
- app
|
||||||
- packages/*
|
- packages/*
|
||||||
|
- nodes/**/**/**/*
|
||||||
|
Loading…
Reference in New Issue
Block a user