Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.06 KB

DEVELOPMENT.md

File metadata and controls

19 lines (15 loc) · 2.06 KB

Development commands Type npm run info for a list of useful commands

$ npm run info                                                                              
                                                                                                                                                              
build:                                                                                                                                                                                   
  Builds the plugin, by cleaning and compiling TypesScript into Javascript                                                                                                               
dev:                                                                                                                                                                                     
  Watch codebase, trigger compile when source code changes                                                                                                                               
lint:                                                                                                                                                                                    
  Check coding guidelines conformance                                                                                                                                                    
security:                                                                                                                                                                                
  Check if your dependencies are secure                                                                                                                                                  
test:                                                                                                                                                                                    
  Test your codebase