davidnguyen11 / web-extension-boilerplate

The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace npm with pnpm

davidnguyen11 opened this issue · comments

  • Remove package-lock.json
  • Use pnpm to install to generate pnpm-lock.yaml
  • Replace npm run with pnpm <script> in .husky/ package.json (lint-staged)
  • Add .nvmrc to use latest node 18