File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 54
54
"get-firefox-nightly" : " shx test -e ./firefox/firefox || get-firefox -b nightly -e" ,
55
55
"changelog" : " npx conventional-changelog-cli -p angular -i CHANGELOG.md -s" ,
56
56
"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" ,
61
61
"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" ,
62
62
"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" ,
64
64
"yarn-build" : " npm run dev-build"
65
65
},
66
66
"private" : true ,
You can’t perform that action at this time.
0 commit comments