Skip to content

Commit 63c60ee

Browse files
authored
Binder: Use yarn's 'stable' version
1 parent 3e68f07 commit 63c60ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -e
44

55
npm install -g yarn
6-
yarn set version berry
6+
yarn set version stable
77

88
./dev-install.sh

0 commit comments

Comments
 (0)