Add a build step / documentation for code reuse

Trac: 32499
This commit is contained in:
Arlo Breault 2019-11-22 17:17:22 -05:00
parent 3bdcc3408e
commit af4cc52dc2
6 changed files with 75 additions and 13 deletions

View file

@ -10,6 +10,7 @@
"test": "node make.js test",
"build": "node make.js build",
"webext": "node make.js webext",
"library": "node make.js library",
"pack-webext": "node make.js pack-webext",
"clean": "node make.js clean",
"prepublish": "node make.js node",