Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 312 Bytes

Advent of Code 2022

Commands

run nvm install to ensure that the correct node version is installed

run yarn set version berry to use the latest yarn version

run yarn to install packages

run yarn test to run tests

run yarn lint to run linter

run yarn upgrade-interactive to update packages