Skip to content

Commit

Permalink
chore: yarn@1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 18, 2020
1 parent 51671da commit 4bf9d09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"get-firefox-nightly": "shx test -e ./firefox/firefox || get-firefox -b nightly -e",
"changelog": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s",
"ci": "run-s ci:*",
"ci:install": "npx yarn@1.19.2 install --frozen-lockfile || npx yarn@1.19.2 install --frozen-lockfile",
"ci:build": "./ci/update-manifest.sh && npx yarn@1.19.2 build",
"ci:test": "npx yarn@1.19.2 test",
"ci:lint": "npx yarn@1.19.2 lint",
"ci:install": "npx yarn@1.22.4 install --frozen-lockfile || npx yarn@1.22.4 install --frozen-lockfile",
"ci:build": "./ci/update-manifest.sh && npx yarn@1.22.4 build",
"ci:test": "npx yarn@1.22.4 test",
"ci:lint": "npx yarn@1.22.4 lint",
"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",
"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",
"dev-build": "npx yarn@1.19.2 && npx yarn@1.19.2 build",
"dev-build": "npx yarn@1.22.4 && npx yarn@1.22.4 build",
"yarn-build": "npm run dev-build"
},
"private": true,
Expand Down

0 comments on commit 4bf9d09

Please sign in to comment.