Skip to content

Commit

Permalink
chore: missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie authored Sep 29, 2023
1 parent 3add427 commit 7f7c7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The extension is now built in the `./dist` folder.
To build the extension in Firefox mode, the `TARGET_BROWSER=firefox` variable needs to be set.

```bash
yarn && yarn prepare && yarn build
yarn && yarn prepare && TARGET_BROWSER=firefox yarn build
```

Note that when building in a clean environment, some code may vary between this and the submitted build. This is because some variables are set within the scope of the production build's CI.
Expand Down

0 comments on commit 7f7c7c5

Please sign in to comment.