Skip to content

Commit d17cb40

Browse files
committed
chore(build): switch to yarn v1.15.2
1 parent d90d6bc commit d17cb40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"get-firefox-nightly": "shx test -e ./firefox/firefox || get-firefox -b nightly -e",
5555
"changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
5656
"ci": "run-s ci:*",
57-
"ci:install": "npx yarn@1.13.0 install --frozen-lockfile || npx yarn@1.13.0 install --frozen-lockfile",
58-
"ci:build": "./ci/update-manifest.sh && npx yarn@1.13.0 build",
59-
"ci:test": "npx yarn@1.13.0 test",
60-
"ci:lint": "npx yarn@1.13.0 lint",
57+
"ci:install": "npx yarn@1.15.2 install --frozen-lockfile || npx yarn@1.15.2 install --frozen-lockfile",
58+
"ci:build": "./ci/update-manifest.sh && npx yarn@1.15.2 build",
59+
"ci:test": "npx yarn@1.15.2 test",
60+
"ci:lint": "npx yarn@1.15.2 lint",
6161
"beta-build": "docker build -t ipfs-companion-beta-build --build-arg USER_ID=$(id -u ${USER}) --build-arg GROUP_ID=$(id -g ${USER}) . && mkdir -p build && docker run --rm -it --net=host -e RELEASE_CHANNEL=beta -v $(pwd)/build:/home/node/app/build ipfs-companion-beta-build yarn ci:build",
6262
"release-build": "docker build -t ipfs-companion-release-build --build-arg USER_ID=$(id -u ${USER}) --build-arg GROUP_ID=$(id -g ${USER}) . && mkdir -p build && docker run --rm -it --net=host -e RELEASE_CHANNEL=stable -v $(pwd)/build:/home/node/app/build ipfs-companion-release-build yarn ci:build",
63-
"dev-build": "npx yarn@1.13.0 && npx yarn@1.13.0 build",
63+
"dev-build": "npx yarn@1.15.2 && npx yarn@1.15.2 build",
6464
"yarn-build": "npm run dev-build"
6565
},
6666
"private": true,

0 commit comments

Comments
 (0)