Skip to content

Commit

Permalink
build clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Cristian Petcu committed Jan 27, 2019
1 parent e636f52 commit 860fb66
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Built with npm 6.7.0 and node v9.11.1

## Build the extension with

& gulp pack --production --vendor=firefox
& ./build_for_firefox.sh

Gulp is used only to get forge from npm registry and put it in dist.

## Run tests
$ npm run test:watch
Expand Down
2 changes: 1 addition & 1 deletion build_for_firefox.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
rm -rf packages && npm i && gulp pack --production --vendor=firefox
rm -rf packages && npm i && node_modules/gulp/bin/gulp.js pack --production --vendor=firefox
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 860fb66

Please sign in to comment.