Skip to content

Commit ebee059

Browse files
committed
misc
1 parent 8b17731 commit ebee059

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

client/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/bootstrap.js
22
/install.rdf
3-
/data/bundles/
3+
/data/bundles/
4+
*.xpi

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"scripts": {
2121
"install": "./node_modules/.bin/smi install ; cd components ; npm install --unsafe-perm ; cd .. ; cd ./server; npm install --unsafe-perm",
2222
"bundle": "cd components ; npm run-script bundle ; cd .. ; cd ./server; npm run-script bundle",
23-
"run": "./node_modules/to.pinf.lib/bin/pinf-run"
23+
"run": "./node_modules/to.pinf.lib/bin/pinf-run",
24+
"build-xpi": "cd client ; jpm xpi -o ../../../lib/mozilla.addon-sdk"
2425
},
2526
"config": {
2627
"smi.cli": {

0 commit comments

Comments
 (0)