Skip to content

Commit

Permalink
feat(mutates): refactoring, final path
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove a lot of angular specific function
  • Loading branch information
IKatsuba committed Jun 12, 2024
1 parent 06fdcbf commit 7a6f099
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 80 deletions.
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"@nx/vite:test": {
"cache": true,
"inputs": ["default", "^default"]
},
"nx-release-publish": {
"options": {
"packageRoot": "dist/{projectRoot}"
}
}
},
"release": {
Expand Down
6 changes: 0 additions & 6 deletions packages/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"assets": ["packages/angular/*.md"]
}
},
"nx-release-publish": {
"options": {
"packageRoot": "dist/{projectRoot}",
"tag": "next"
}
},
"test": {
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],
Expand Down
3 changes: 0 additions & 3 deletions packages/angular/src/lib/helpers/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
export * from './get-app-module';
export * from './is-standalone';
export * from './push-to-decorator-array-property';
export * from './push-to-object-literal-array-property';

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions packages/angular/src/lib/module/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './get-ng-modules';
export * from './get-app-module';
6 changes: 0 additions & 6 deletions packages/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"assets": ["packages/core/*.md"]
}
},
"nx-release-publish": {
"options": {
"packageRoot": "dist/{projectRoot}",
"tag": "next"
}
},
"test": {
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],
Expand Down

0 comments on commit 7a6f099

Please sign in to comment.