changed npm install to npm ci when building the extension (#1029)

This commit is contained in:
Timothy Stephenson 2023-01-31 13:22:39 -05:00 коммит произвёл GitHub
Родитель 43afe7f42d
Коммит eb2a106960
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"