mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
chore: core npm prepare handling
This commit is contained in:
@ -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}"],
|
||||
|
Reference in New Issue
Block a user