Skip to content

Commit

Permalink
fix(Metadata): Update build instructions for Firefox reviewers (#290)
Browse files Browse the repository at this point in the history
Fixes #284
  • Loading branch information
matatk authored Mar 21, 2019
1 parent f07e58b commit 9461815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/amo-info.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Required software for the build:
To build for Firefox specifically:

1. npm install
2. npm run build:firefox
2. npm test && node scripts/build.js --browser firefox

You'll find the extension in the build/firefox/ directory.

Expand Down

0 comments on commit 9461815

Please sign in to comment.