Add 'npm run once' script
This commit is contained in:
parent
3009e855ae
commit
d10a7d32ef
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue