Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 170 Bytes

File metadata and controls

5 lines (5 loc) · 170 Bytes
  1. npm install ...
  2. npm install shrinkpack --save-dev
  3. scripts: "package": "npm prune && npm dedupe && npm shrinkwrap && shrinkpack"
  4. npm run package
  5. git commit