Skip to content

o-space/jsDelivr-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  • git init
    • mkdir tests
    • touch .gitignore README.md index.js index.test.js
    • yarn add jest -D
  • yarn init

Local publish

  • yarn version [--patch/minor/major/prepatch/preminor/premajor/prerelease]
    • Auto commit in git
  • Add preversion, postversion, postpublish hooks in package.json
    • ~/.yarnrc
      • Input password when yarn publish
        ...
        email <EMAIL>
        lastUpdateCheck ...
        username <USERNAME>
        
    • npm adduser
      • Generate token in ~/.npmrc
        ...
        //registry.npmjs.org/:_authToken=<TOKEN>
      • Access token

CI publish