Skip to content
Безбородов, Д.Р edited this page Feb 25, 2024 · 1 revision

Use npm pack to test your packages locally

Create local package:

npm pack
  "dependencies": {

    "table-cells-alike": "file:~/src/alike/table-cells-alike-0.1.0.tgz"
  },

npm install

Clone this wiki locally