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

Commit

Permalink
Merge pull request #13 from nxext/update_nx_17_0
Browse files Browse the repository at this point in the history
feat(nxext): update to nx 17
  • Loading branch information
DominikPieper authored Oct 30, 2023
2 parents 874b9d9 + 027ebcb commit 595da89
Show file tree
Hide file tree
Showing 206 changed files with 8,440 additions and 11,482 deletions.
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

0 comments on commit 595da89

Please sign in to comment.