Skip to content

Commit

Permalink
feat(sapling-mainnet): added sapling protocol for mainnet into active…
Browse files Browse the repository at this point in the history
… protocols
  • Loading branch information
godenzim committed Feb 23, 2022
1 parent 622fd63 commit 4d4ae15
Show file tree
Hide file tree
Showing 21 changed files with 1,037 additions and 398 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ build-ios:
- echo "$IOS_BUILD_JSON" > build.json
script:
- export DEVELOPER_DIR=$XCODE_PATH
- nvm use 15
- nvm use 16
- npm install
- npm run prepare-prod-build
- npm run apply-diagnostic-modules # manually remove unused cordova-diagnostic-plugin modules
Expand All @@ -112,7 +112,7 @@ build-mac:
when: manual
script:
- 'sed -i -e "s/\"version\": \"0.0.1\"/\"version\": \"${VERSION}\"/g" electron/package.json'
- nvm use 15
- nvm use 16
- npm install
- npm run prepare-prod-build
- npm --prefix electron/ install
Expand Down
Loading

0 comments on commit 4d4ae15

Please sign in to comment.