Skip to content

Commit b48fd04

Browse files
authored
[cli-test] speed up yarn example (#1386)
## Summary Doing `devbox shell` would have `yarn` install try to build nodejs from scratch. Took way too long. ## How was it tested? Ran `curl 'https://search.devbox.sh/v1/search?q=yarn' | jq | less` Picked the top-most commit-hash Ran `rm -rf .devbox && devbox shell` and it installed quickly
1 parent ff28666 commit b48fd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/development/nodejs/nodejs-yarn/devbox.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
1111
"last_modified": "2023-05-01T16:53:22Z",
12-
"resolved": "github:NixOS/nixpkgs/8670e496ffd093b60e74e7fa53526aa5920d09eb#yarn",
12+
"resolved": "github:NixOS/nixpkgs/844ffa82bbe2a2779c86ab3a72ff1b4176cec467#yarn",
1313
"version": "1.22.19"
1414
}
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)