Skip to content

bernardmcmanus/standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standards

Coding standards and packages

Development workflow

  1. Make your changes and submit a pull request. DO NOT bump package versions.

  2. Once your pull request has been approved and merged:

    # Fetch the latest from upstream
    git fetch upstream
    
    # Switch to master
    git checkout master
    
    # Hard reset to upstream/master
    git reset --hard upstream/master
  3. Run npx lerna version to bump versions for changed packages

Install dependencies

npm i

Bump package versions

# NOTE: This will create a new commit and push directly to upstream!
npx lerna version [target]

Build and Test

make

Publish

make publish

About

Coding standards and packages

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages