Skip to content

Commit 61c6b9a

Browse files
committed
yarn setup
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c28aa23 commit 61c6b9a

File tree

23 files changed

+39571
-4
lines changed

23 files changed

+39571
-4
lines changed

tests/integration/regression-issue745/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
!/.gitattributes
44
!/README.md
55
!/.npmrc
6+
!/.yarnrc.yml
67
!/package.json
78
!/package-lock.json
9+
!/yarn.lock
810
!/webpack.config.js
911
!/src
1012
!/src/*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

tests/integration/regression-issue745/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"webpack": "^5",
4242
"webpack-cli": "^5"
4343
},
44+
"resolutions": {
45+
"@cyclonedx/webpack-plugin": "portal:../../.."
46+
},
4447
"engines": {
4548
"node": ">=14",
4649
"npm": ">=8"

0 commit comments

Comments
 (0)