Skip to content

Commit

Permalink
update licenses plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Nov 7, 2023
1 parent dbd2fea commit 6fc551f
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 37 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ RUN cd /usr/local/share/twitchautomator/server \
&& yarn lint:ts \
&& yarn build \
&& yarn run generate-licenses \
&& rm -rf node_modules \
&& rm -rf .yarn/cache \
&& yarn cache clean --all

Expand All @@ -100,6 +101,7 @@ RUN cd /usr/local/share/twitchautomator/client-vue \
&& yarn \
&& yarn build \
&& yarn run generate-licenses \
&& rm -rf node_modules \
&& rm -rf .yarn/cache \
&& yarn cache clean --all

Expand Down
16 changes: 8 additions & 8 deletions client-vue/.yarn/plugins/@yarnpkg/plugin-licenses.cjs

Large diffs are not rendered by default.

27 changes: 16 additions & 11 deletions client-vue/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,27 @@ packageExtensions:
dependencies:
"@eslint/eslintrc": ^1.3.3

plugins:
- checksum: f850d56621bac3235ad891222942ac396f122ac3308e8e9e36bce43e1bcb8697cad4c81529fc55b164fc0f5e45aa8dc1585fa90bd1e0fa9d6a05f3a85e080ebb
path: .yarn/plugins/@yarnpkg/plugin-licenses.cjs
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-licenses/v0.13.0/bundles/@yarnpkg/plugin-licenses.js"

supportedArchitectures:
os:
- current
- linux
- win32
- linux-arm64
cpu:
- 'x64'
- 'x64-gnu'
- 'x86'
- 'arm'
- 'arm64'
- 'arm64-gnu'
- x64
- x64-gnu
- x86
- arm
- arm64
- arm64-gnu
libc:
- current
- glibc
- musl
os:
- current
- linux
- win32
- linux-arm64

yarnPath: .yarn/releases/yarn-4.0.1.cjs
16 changes: 8 additions & 8 deletions server/.yarn/plugins/@yarnpkg/plugin-licenses.cjs

Large diffs are not rendered by default.

25 changes: 15 additions & 10 deletions server/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@ compressionLevel: mixed

enableGlobalCache: false

plugins:
- checksum: f850d56621bac3235ad891222942ac396f122ac3308e8e9e36bce43e1bcb8697cad4c81529fc55b164fc0f5e45aa8dc1585fa90bd1e0fa9d6a05f3a85e080ebb
path: .yarn/plugins/@yarnpkg/plugin-licenses.cjs
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-licenses/v0.13.0/bundles/@yarnpkg/plugin-licenses.js"

supportedArchitectures:
os:
- current
- linux
- win32
- linux-arm64
cpu:
- "x64"
- "x86"
- "arm"
- "arm64"
cpu:
- x64
- x86
- arm
- arm64
os:
- current
- linux
- win32
- linux-arm64

yarnPath: .yarn/releases/yarn-4.0.1.cjs

0 comments on commit 6fc551f

Please sign in to comment.