update CI to install Sentry CLI

This commit is contained in:
Elias Nahum
2022-11-04 15:48:24 +02:00
parent 8dca885a02
commit 2e8352f3e1

View File

@@ -111,7 +111,9 @@ commands:
key: v2-npm-{{ checksum "package.json" }}-{{ arch }}
- run:
name: Getting JavaScript dependencies
command: NODE_ENV=development npm ci --ignore-scripts
command: |
NODE_ENV=development npm ci --ignore-scripts
node node_modules/\@sentry/cli/scripts/install.js
- save_cache:
name: Save npm cache
key: v2-npm-{{ checksum "package.json" }}-{{ arch }}