chore: core npm prepare handling

This commit is contained in:
Nathan Walker
2025-05-07 13:31:16 -07:00
parent bc887dfb1d
commit 93e6eb9687
3 changed files with 44 additions and 1 deletions

View File

@ -62,6 +62,19 @@
},
"dependsOn": ["^build"]
},
"build.npm": {
"executor": "nx:run-commands",
"options": {
"commands": ["node tools/scripts/build-finish.ts core"],
"parallel": false
},
"outputs": ["{workspaceRoot}/dist/packages/core"],
"dependsOn": [
{
"target": "build"
}
]
},
"test": {
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],