Skip to content

Commit

Permalink
fix bs58 version mismatch with lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsujlangston committed Dec 27, 2018
1 parent 53446cb commit 2b09bb7
Show file tree
Hide file tree
Showing 9 changed files with 10,293 additions and 3,373 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bootstrap": "./node_modules/.bin/lerna bootstrap",
"insight": "cd packages/insight && npm start",
"node": "cd packages/bitcore-node && npm start",
"compile":"./node_modules/.bin/lerna run compile",
"compile": "./node_modules/.bin/lerna run compile",
"test:ci": "npm run test:ci:build && npm run test:ci:unit && npm run test:ci:integration",
"test:ci:build": "docker-compose -f docker-compose.test.yml build",
"test:ci:unit": "docker-compose -f docker-compose.test.yml run --entrypoint 'npm run test:unit' test_runner",
Expand Down
Loading

0 comments on commit 2b09bb7

Please sign in to comment.