mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fixing yarn version command, adding yarn version plugin (#17325)
* Removing invalid flags for yarn version command * Adding yarn version plugin * remove .yarn from coverage --------- Co-Authored-By: Brad Decker <bhdecker84@gmail.com>
This commit is contained in:
parent
8a090c3618
commit
26aa9f3ecb
@ -19,7 +19,7 @@ fi
|
|||||||
printf '%s\n' 'Updating the manifest version if needed'
|
printf '%s\n' 'Updating the manifest version if needed'
|
||||||
|
|
||||||
version="${CIRCLE_BRANCH/Version-v/}"
|
version="${CIRCLE_BRANCH/Version-v/}"
|
||||||
yarn version --no-git-tag-version --new-version "${version}"
|
yarn version "${version}"
|
||||||
|
|
||||||
if [[ -z $(git status --porcelain) ]]
|
if [[ -z $(git status --porcelain) ]]
|
||||||
then
|
then
|
||||||
|
550
.yarn/plugins/@yarnpkg/plugin-version.cjs
vendored
Normal file
550
.yarn/plugins/@yarnpkg/plugin-version.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
12
.yarnrc.yml
12
.yarnrc.yml
@ -2,14 +2,16 @@ enableScripts: false
|
|||||||
|
|
||||||
enableTelemetry: false
|
enableTelemetry: false
|
||||||
|
|
||||||
|
logFilters:
|
||||||
|
- code: YN0004
|
||||||
|
level: discard
|
||||||
|
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
|
||||||
spec: 'https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'
|
spec: "https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"
|
||||||
|
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
|
||||||
|
spec: "@yarnpkg/plugin-version"
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.2.4.cjs
|
yarnPath: .yarn/releases/yarn-3.2.4.cjs
|
||||||
|
|
||||||
logFilters:
|
|
||||||
- code: YN0004
|
|
||||||
level: discard
|
|
||||||
|
Loading…
Reference in New Issue
Block a user