Skip to content

Commit

Permalink
docs: changed documentation to reflect changes in new docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav-Dave authored and dennyabrain committed Jun 5, 2023
1 parent 791248c commit 7cef295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions browser-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Requirements :
- npm : v8.7.0^
- nodejs : 16.4.2^

Ensure that the following Environment Variables are available to your api-server process.
When you run `docker-compose up`, ensure to have a `development.env` file with the following variables in the `api-server` directory.

```
NODE_ENV=development
Expand All @@ -40,7 +40,7 @@ DB_USERNAME: XXXXXXXXXXX
DB_PASSWORD: XXXXXXXXXXX
```

Alternatively, create a `development.env` file with the variables in the `api-server` directory.


## For Development

Expand Down
2 changes: 1 addition & 1 deletion browser-extension/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start:options": "parcel src/options.jsx",
"start:contentScript": "parcel src/content-script.js",
"moveBuildArtefactsToDistDir": "cp src/options.html dist && cp manifest.json dist && cp icon* dist && cp src/background.js dist",
"moveBuildArtefactsToDistDir": "copy src\\options.html dist && copy manifest.json dist && copy icon* dist && copy src\\background.js dist",
"moveBuildArtefactsToFirefoxDistDir": "cp src/options.html dist && cp manifest.firefox.json dist/manifest.json && cp icon* dist && cp src/background.js dist",
"build": "mkdir dist && NODE_ENV=production parcel build src/options.jsx src/content-script.js && npm run moveBuildArtefactsToDistDir",
"build:firefox": "mkdir dist && NODE_ENV=production parcel build src/options.jsx src/content-script.js && npm run moveBuildArtefactsToFirefoxDistDir",
Expand Down

0 comments on commit 7cef295

Please sign in to comment.