Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressing the linear growth of the reward rate #184

Merged

Forcing a build before local tests.

  • Loading branch information
Freydal committed Jul 25, 2019
commit e8479e65cce97e919c26dbf11eb452d1421bd60d
@@ -13,7 +13,7 @@
"url": "https://github.com/ParadigmFoundation/kosu-monorepo/issues"
},
"scripts": {
"test": "ts-mocha -p test/tsconfig.json test/* --timeout 0 --slow 2000",
"test": "yarn build && ts-mocha -p test/tsconfig.json test/* --timeout 0 --slow 2000",
"contracts:test:ci": "ts-mocha -p test/tsconfig.json test/* --slow 2000 --timeout 0 -b -- geth",
"coverage": "ts-mocha -p test/tsconfig.json test/* --slow 2000 --timeout 100000 -- runCoverage && istanbul report html && open coverage/index.html",
"build": "run-s compile:solidity generate_contract_wrappers compile:typescript",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.