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 63
63
"get-firefox-nightly" : " shx test -e ./firefox/firefox || get-firefox -b nightly -e" ,
64
64
"changelog" : " npx conventional-changelog-cli -p angular -i CHANGELOG.md -s" ,
65
65
"ci" : " run-s ci:*" ,
66
- "ci:install" : " npx yarn@1.19.2 install --frozen-lockfile || npx yarn@1.19.2 install --frozen-lockfile" ,
67
- "ci:build" : " ./ci/update-manifest.sh && npx yarn@1.19.2 build" ,
68
- "ci:test" : " npx yarn@1.19.2 test" ,
69
- "ci:lint" : " npx yarn@1.19.2 lint" ,
66
+ "ci:install" : " npx yarn@1.22.4 install --frozen-lockfile || npx yarn@1.22.4 install --frozen-lockfile" ,
67
+ "ci:build" : " ./ci/update-manifest.sh && npx yarn@1.22.4 build" ,
68
+ "ci:test" : " npx yarn@1.22.4 test" ,
69
+ "ci:lint" : " npx yarn@1.22.4 lint" ,
70
70
"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" ,
71
71
"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" ,
72
- "dev-build" : " npx yarn@1.19.2 && npx yarn@1.19.2 build" ,
72
+ "dev-build" : " npx yarn@1.22.4 && npx yarn@1.22.4 build" ,
73
73
"yarn-build" : " npm run dev-build"
74
74
},
75
75
"private" : true ,
You can’t perform that action at this time.
0 commit comments