diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-10-13 03:50:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 03:50:48 +0800 |
commit | 2afa38c927ab10f1d8eecbb7e81a7c70f4bda767 (patch) | |
tree | 3067bb0795601f732275cf085f365b0276677508 /package.json | |
parent | 11033c78f559de207f89e7588dc3ccf458cbbe30 (diff) | |
parent | 92fd0a9d24378d01d87dfa6fd0ec5a42edfe8308 (diff) | |
download | dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.gz dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.bz2 dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.lz dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.xz dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.zst dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.zip |
feat(python/order_utils): project stub
An empty project, with respect to functionality, but one configured with
a test framework, linters, CI integration, etc.
https://app.asana.com/0/836857747873847/839549782781239/f
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 920afaf29..e6ae0ebde 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "ganache": "ganache-cli -p 8545 --networkId 50 -m \"${npm_package_config_mnemonic}\"", "prettier": "prettier --write '**/*.{ts,tsx,json,md}' --config .prettierrc", "prettier:ci": "prettier --list-different '**/*.{ts,tsx,json,md}' --config .prettierrc", - "report_coverage": "lcov-result-merger 'packages/*/coverage/lcov.info' | coveralls", + "report_coverage": "lcov-result-merger './{packages/*/coverage/lcov.info,python-packages/*/.coverage}' | coveralls", "test:installation": "node ./packages/monorepo-scripts/lib/test_installation.js", "test:installation:local": "IS_LOCAL_PUBLISH=true node ./packages/monorepo-scripts/lib/test_installation.js", "test:publish:circleci:comment": "HACK(albrow) We need an automated way to login to npm and echo+sleep piped to stdin was the only way I could find to do it.", |