Rename script to "yarn selftest"
This commit is contained in:
parent
e9907026ed
commit
e3d8da119b
@ -17,8 +17,8 @@
|
||||
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\" && tslint -t verbose --project .",
|
||||
"build": "tsc",
|
||||
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
|
||||
"selftest": "yarn build-or-skip && ./bin/cosmwasm-cli --selftest",
|
||||
"test-node": "node jasmine-testrunner.js",
|
||||
"test-bin": "yarn build-or-skip && ./bin/cosmwasm-cli --selftest",
|
||||
"test": "yarn build-or-skip && yarn test-node"
|
||||
},
|
||||
"bin": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user