Added test command for firefox
This commit is contained in:
parent
13910097d7
commit
dd0f99d003
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
"build-extensions": "npm run build-firefox && npm run build-chrome",
|
||||
"build-firefox": "cd firefox/ && jpm xpi && cd -",
|
||||
"build-chrome": "crx pack chrome -o chrome/hipchat-emoticons-for-all.crx -p chrome/key.pem",
|
||||
"test-firefox": "cd firefox/ && jpm run -b /usr/bin/firefox && cd -",
|
||||
"build-js": "bash build-js.sh",
|
||||
"build-data-files": "python firefox/build-package.py && python chrome/build-manifest.py",
|
||||
"distribute": "cp -r build/* firefox/data/ && cp -r build/* chrome/data/",
|
||||
|
|
Reference in a new issue