mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Update simapp to nightly-2020-08-11
This commit is contained in:
parent
5a38bd3eb5
commit
20477c0302
@ -38,7 +38,7 @@
|
||||
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
|
||||
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js",
|
||||
"preget-proto": "rm -rf proto",
|
||||
"get-proto": "REF=9ae17669d6715a84c20d52e10e2232be9f467360 ./scripts/get-proto.sh",
|
||||
"get-proto": "REF=20c80cfd44a068a592148d648c50de3459fd6295 ./scripts/get-proto.sh",
|
||||
"predefine-proto": "./scripts/predefine-proto.sh",
|
||||
"define-proto": "./scripts/define-proto.sh",
|
||||
"postdefine-proto": "prettier --write \"src/generated/codecimpl.*\""
|
||||
|
@ -37,7 +37,7 @@
|
||||
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
|
||||
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js",
|
||||
"preget-proto": "rm -rf proto",
|
||||
"get-proto": "REF=9ae17669d6715a84c20d52e10e2232be9f467360 ./scripts/get-proto.sh",
|
||||
"get-proto": "REF=20c80cfd44a068a592148d648c50de3459fd6295 ./scripts/get-proto.sh",
|
||||
"predefine-proto": "./scripts/predefine-proto.sh",
|
||||
"define-proto": "./scripts/define-proto.sh",
|
||||
"postdefine-proto": "prettier --write \"src/generated/codecimpl.*\""
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Choose from https://hub.docker.com/r/interchainio/simapp/tags
|
||||
REPOSITORY="interchainio/simapp"
|
||||
VERSION="nightly-2020-08-10"
|
||||
VERSION="nightly-2020-08-11"
|
||||
CONTAINER_NAME="simapp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user