Separate build per use

This commit is contained in:
Arlo Breault 2019-05-08 16:46:51 -04:00
parent 2d8a1690ba
commit 4d40f17487
6 changed files with 94 additions and 25 deletions

View file

@ -12,7 +12,7 @@
"build": "cake build",
"webext": "cake webext",
"clean": "cake clean",
"prepublish": "npm run build",
"prepublish": "cake node",
"start": "node build/snowflake.js"
},
"bin": {