Skip to content

Commit

Permalink
chore: fix lerna scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 1, 2022
1 parent c906ad2 commit 6b6c210
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,27 @@
"packages/ngx-moveable/projects/ngx-moveable"
],
"version": "independent",
"lernaHelperDeployFileMap": [
{
"basePath": "packages/moveable/dist",
"dists": [
"demo/release/{{version}}/dist",
"demo/release/latest/dist"
]
},
{
"basePath": "doc",
"dists": [
"demo/release/{{version}}/doc",
"demo/release/latest/doc"
]
}
],
"lernaHelperBeforeRelease": [
"npm run packages:build",
"npm run demo:build",
"npm run deploy"
]
"lernaHelperOptions": {
"deployFileMap": [
{
"basePath": "packages/moveable/dist",
"dists": [
"demo/release/{{version}}/dist",
"demo/release/latest/dist"
]
},
{
"basePath": "doc",
"dists": [
"demo/release/{{version}}/doc",
"demo/release/latest/doc"
]
}
],
"beforeReleaseScripts": [
"npm run packages:build",
"npm run demo:build",
"npm run deploy"
]
}
}

0 comments on commit 6b6c210

Please sign in to comment.