Add 'npm run once' script

This commit is contained in:
Peter deHaan 2017-01-16 15:40:25 -08:00
parent 3009e855ae
commit d10a7d32ef

View file

@ -31,6 +31,7 @@
"scripts": {
"lint": "npm-run-all lint:*",
"lint:js": "eslint .",
"lint:addon": "addons-linter webextension --self-hosted"
"lint:addon": "addons-linter webextension --self-hosted",
"once": "jpm run -b Aurora"
}
}