зеркало из https://github.com/openwpm/OpenWPM.git
changed npm install to npm ci when building the extension (#1029)
This commit is contained in:
Родитель
43afe7f42d
Коммит
eb2a106960
|
@ -7,7 +7,7 @@ It allows users to track and monitor privacy-related browsing behavior.
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm ci
|
||||
```
|
||||
|
||||
## Instrumentation
|
||||
|
|
|
@ -10,7 +10,7 @@ eval "$(conda shell.bash hook)"
|
|||
conda activate openwpm
|
||||
|
||||
pushd Extension
|
||||
npm install
|
||||
npm ci
|
||||
popd
|
||||
|
||||
echo "Success: Extension/openwpm.xpi has been built"
|
||||
|
|
Загрузка…
Ссылка в новой задаче