We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b17731 commit ebee059Copy full SHA for ebee059
2 files changed
client/.gitignore
@@ -1,3 +1,4 @@
1
/bootstrap.js
2
/install.rdf
3
-/data/bundles/
+/data/bundles/
4
+*.xpi
package.json
@@ -20,7 +20,8 @@
20
"scripts": {
21
"install": "./node_modules/.bin/smi install ; cd components ; npm install --unsafe-perm ; cd .. ; cd ./server; npm install --unsafe-perm",
22
"bundle": "cd components ; npm run-script bundle ; cd .. ; cd ./server; npm run-script bundle",
23
- "run": "./node_modules/to.pinf.lib/bin/pinf-run"
+ "run": "./node_modules/to.pinf.lib/bin/pinf-run",
24
+ "build-xpi": "cd client ; jpm xpi -o ../../../lib/mozilla.addon-sdk"
25
},
26
"config": {
27
"smi.cli": {
0 commit comments