Skip to content

6thpath/packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packages

Requisite

  • Node version 16 or later
  • Yarn

Important

  • Get a Github access token

  • Create .yarnrc.yml at home dir

  • Add config below

    npmScopes:
      6thpath:
        npmRegistryServer: "https://npm.pkg.github.com/"
    npmRegistries:
      "https://npm.pkg.github.com/":
        npmAuthToken: <github-access-token>

Setup

yarn install

Scripts

  • Cleanup repo, delete all node_modules and dist/build folder

      yarn clean

Notes