Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

feat(nxext): update to nx 17 #13

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ e2e/stencil-e2e/tests/dev.test.ts

# Vitepress
/docs/.vitepress/cache

.nx/cache
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
/tmp
.docusaurus/
/build

/.nx/cache
2 changes: 1 addition & 1 deletion e2e/capacitor-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependsOn": ["^build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/capacitor-e2e/**/*.ts"]
Expand Down
2 changes: 1 addition & 1 deletion e2e/ionic-angular-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependsOn": ["^build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/ionic-angular-e2e/**/*.ts"]
Expand Down
2 changes: 1 addition & 1 deletion e2e/ionic-react-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependsOn": ["^build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["e2e/ionic-react-e2e/**/*.ts"]
Expand Down
21 changes: 0 additions & 21 deletions e2e/stencil-e2e/eslint.config.js

This file was deleted.

11 changes: 0 additions & 11 deletions e2e/stencil-e2e/jest.config.ts

This file was deleted.

33 changes: 0 additions & 33 deletions e2e/stencil-e2e/project.json

This file was deleted.

87 changes: 0 additions & 87 deletions e2e/stencil-e2e/tests/application.test.ts

This file was deleted.

Loading