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

Refactor/dependencies #198

Merged
merged 22 commits into from Jul 31, 2019
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Testing a clean build for less failed ci builds

  • Loading branch information
Freydal committed Jul 30, 2019
commit 4db27eaa9deba55d46bd0b8e54db6d72d7e86fb2
@@ -13,7 +13,7 @@
"url": "https://github.com/ParadigmFoundation/kosu-monorepo/issues"
},
"scripts": {
"test": "yarn build && ts-mocha -p test/tsconfig.json test/* --timeout 0 --slow 2000",
"test": "yarn contracts:clean && yarn build && ts-mocha -p test/tsconfig.json test/* --timeout 0 --slow 2000 -b",
"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.