Skip to content

Commit

Permalink
Add migration to published package
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Aug 6, 2024
1 parent 4350f16 commit ef76438
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/core/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"input": "./",
"output": "/"
},
{
"glob": "schematics/**/*",
"input": "./",
"output": "/"
},
{
"glob": "assets/**/*",
"input": "./src/lib",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
},
"npm-publish": {
"executor": "nx:run-commands",
"dependsOn": ["build", "pretheme"],
"dependsOn": ["build", "pretheme", "build-schematics"],
"options": {
"cwd": "dist/libs/core",
"commands": [
Expand Down

0 comments on commit ef76438

Please sign in to comment.