Skip to content

Commit

Permalink
Merge pull request #27 from peccu/draft/demanding-zeh
Browse files Browse the repository at this point in the history
tweaks
  • Loading branch information
peccu authored Jan 7, 2024
2 parents 710ebfe + 6ce7d83 commit 244ac8c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN apt update -y && apt install -y curl unzip \
&& cd /usr/local/bin \
&& ln -s bun bunx

RUN apt-get install -y graphviz
RUN apt-get install -y graphviz patch
4 changes: 2 additions & 2 deletions .dependency-cruiser.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ module.exports = {
defaults to './tsconfig.json'.
*/
tsConfig: {
fileName: 'tsconfig.json'
fileName: 'tsconfig.app.json'
},

/* Webpack configuration to use to get resolve options from.
Expand Down Expand Up @@ -486,4 +486,4 @@ module.exports = {
}
}
};
// generated: dependency-cruiser@16.0.0 on 2024-01-07T05:24:35.319Z
// generated: dependency-cruiser@16.0.0 on 2024-01-07T14:10:04.631Z
4 changes: 2 additions & 2 deletions patch/my-config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ index 226a102..8053cc5 100644
parameters: {
diff --git .dependency-cruiser.cjs .dependency-cruiser.cjs
index cc64b44..69ec80c 100644
--- .dependency-cruiser.js
+++ .dependency-cruiser.js
--- .dependency-cruiser.cjs
+++ .dependency-cruiser.cjs
@@ -133,10 +133,10 @@ module.exports = {
"or there's something in the test folder that isn't a test.",
severity: 'error',
Expand Down
2 changes: 1 addition & 1 deletion update-from-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Setup dependency cruiser. Please choose like below
✔ Do your test files live in a separate folder? … yes
✔ Where do your test files live? … e2e
✔ Looks like you're using a 'tsconfig.json'. Use that? … yes
✔ Full path to your 'tsconfig.json › tsconfig.json
✔ Full path to your 'tsconfig.json › tsconfig.app.json
✔ Also regard TypeScript dependencies that exist only before compilation? … yes
====================
EOL
Expand Down
4 changes: 2 additions & 2 deletions vue-app/.dependency-cruiser.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ module.exports = {
defaults to './tsconfig.json'.
*/
tsConfig: {
fileName: 'tsconfig.json'
fileName: 'tsconfig.app.json'
},

/* Webpack configuration to use to get resolve options from.
Expand Down Expand Up @@ -486,4 +486,4 @@ module.exports = {
}
}
};
// generated: dependency-cruiser@16.0.0 on 2024-01-07T05:51:36.635Z
// generated: dependency-cruiser@16.0.0 on 2024-01-07T14:10:04.631Z

0 comments on commit 244ac8c

Please sign in to comment.