forked from Ivasoft/mattermost-mobile
update CI to install Sentry CLI
This commit is contained in:
@@ -111,7 +111,9 @@ commands:
|
|||||||
key: v2-npm-{{ checksum "package.json" }}-{{ arch }}
|
key: v2-npm-{{ checksum "package.json" }}-{{ arch }}
|
||||||
- run:
|
- run:
|
||||||
name: Getting JavaScript dependencies
|
name: Getting JavaScript dependencies
|
||||||
command: NODE_ENV=development npm ci --ignore-scripts
|
command: |
|
||||||
|
NODE_ENV=development npm ci --ignore-scripts
|
||||||
|
node node_modules/\@sentry/scripts/install.js
|
||||||
- save_cache:
|
- save_cache:
|
||||||
name: Save npm cache
|
name: Save npm cache
|
||||||
key: v2-npm-{{ checksum "package.json" }}-{{ arch }}
|
key: v2-npm-{{ checksum "package.json" }}-{{ arch }}
|
||||||
|
|||||||
Reference in New Issue
Block a user