1
Fork 0

Added release command for chrome to stop accidental creation of private key

This commit is contained in:
Jake Howard 2015-08-25 15:21:20 +01:00
parent 544c5fd35e
commit 82af99d1bf
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"create-dirs": "mkdir -p firefox/data chrome/data build/injections build/lib",
"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",
"build-chrome": "crx pack chrome -o chrome/hipchat-emoticons-for-all.crx",
"release-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 -",
"test": "npm run build-assets && npm run build-js && npm run distribute && npm run test-firefox",
"build-js": "bash build-js.sh",