Skip to content

Commit

Permalink
Revert "Updated notarization variables to use environment variables"
Browse files Browse the repository at this point in the history
This reverts commit ab574cb.
  • Loading branch information
shuse2 committed May 19, 2024
1 parent ef202ed commit 3331d78
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
REACT_APP_MAPBOX_ACCESS_TOKEN=
APPLE_TEAM_ID=
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"PRODUCTION": true,
"LISK_DOMAIN": true,
"REACT_APP_DEFAULT_NETWORK": true,
"REACT_APP_MAPBOX_ACCESS_TOKEN": true,
"APPLE_TEAM_ID": true
"REACT_APP_MAPBOX_ACCESS_TOKEN": true
},
"env": {
"es2020": true,
Expand Down
1 change: 0 additions & 1 deletion setup/config/webpack.config.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ const config = {
LISK_DOMAIN: '"https://lisk.com"',
REACT_APP_DEFAULT_NETWORK: `"${process.env.DEFAULT_NETWORK}"`,
REACT_APP_MAPBOX_ACCESS_TOKEN: `"${process.env.REACT_APP_MAPBOX_ACCESS_TOKEN}"`,
APPLE_TEAM_ID: `"${process.env.APPLE_TEAM_ID}"`,
}),
new StyleLintPlugin({
context: `${path.resolve(__dirname, '../../src')}`,
Expand Down
1 change: 0 additions & 1 deletion setup/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ module.exports = {
VERSION: '',
REACT_APP_DEFAULT_NETWORK: 'undefined',
REACT_APP_MAPBOX_ACCESS_TOKEN: 'pk.eyJ1Ij',
APPLE_TEAM_ID: '',
LISK_ENABLE_DEV_TOOL: false,
LISK_DOMAIN: 'https://lisk.com',
},
Expand Down

0 comments on commit 3331d78

Please sign in to comment.