mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 21:46:28 +00:00
8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
# yarn install default registry
|
|
registry "https://registry.yarnpkg.com/"
|
|
|
|
# disable telemetry
|
|
enableTelemetry 0
|
|
|
|
# prune offline mirror to remove unused dep tarballs
|
|
yarn-offline-mirror-pruning true |