Skip to content

Files

Latest commit

 

History

History
37 lines (26 loc) · 510 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 510 Bytes

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