Skip to content

Latest commit

 

History

History

js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Leetcode in js version

Command

# Run all test yarn test# Run single test yarn test 34 # Prepare for new question yarn new 34

Git Hook

  1. pre-commit Format commit code.
  2. pre-push Run all test.
close