mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 10:34:06 +00:00
add react_app_version to build script
This commit is contained in:
parent
75e3b495f0
commit
65f4d98266
@ -11,7 +11,6 @@ os:
|
||||
env:
|
||||
global:
|
||||
- DOCKER_COMPOSE_VERSION=1.22.0
|
||||
- REACT_APP_APP_VERSION=$npm_package_version
|
||||
matrix:
|
||||
include:
|
||||
- env:
|
||||
|
@ -16,8 +16,8 @@
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node scripts/build.js",
|
||||
"build-mainnet": "REACT_APP_NETWORK=mainnet yarn build",
|
||||
"build": "REACT_APP_APP_VERSION=$npm_package_version node scripts/build.js",
|
||||
"build-mainnet": "REACT_APP_APP_VERSION=$npm_package_version REACT_APP_NETWORK=mainnet yarn build",
|
||||
"flow": "flow",
|
||||
"precommit": "./precommit.sh",
|
||||
"start": "node scripts/start.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user