1
Fork 0

Added test command for firefox

This commit is contained in:
Jake Howard 2015-08-20 19:58:31 +01:00
parent 13910097d7
commit dd0f99d003
1 changed files with 1 additions and 0 deletions

View File

@ -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/",