Skip to content

Commit

Permalink
Merge pull request #843 from Lynn14m/genPublish
Browse files Browse the repository at this point in the history
Publish Caliper benchmark generator
  • Loading branch information
nklincoln authored May 19, 2020
2 parents 756392f + 1a8d395 commit 2b5ed72
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ lerna-debug.log
data/

# Ignore temp test files
test/
temp/
2 changes: 1 addition & 1 deletion .travis/benchmark-integration-test-direct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm i && npm run repoclean -- --yes && npm run bootstrap
export CALL_METHOD="node ../../caliper-cli/caliper.js"
# Use explicit binding for
export BIND_IN_PACKAGE_DIR=true
export GENERATOR_METHOD="yo ../../../caliper-generator/generator-caliper/generators/benchmark/index.js"
export GENERATOR_METHOD="yo ../../../generator-caliper/generators/benchmark/index.js"

echo "---- Running Integration test for adaptor ${BENCHMARK}"
cd ./packages/caliper-tests-integration/
Expand Down
8 changes: 4 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"packages/caliper-cli",
"packages/caliper-publish",
"packages/caliper-tests-integration",
"packages/caliper-gui-dashboard",
"packages/caliper-gui-server",
"packages/caliper-generator/generator-caliper"
],
"packages/caliper-gui-dashboard",
"packages/caliper-gui-server",
"packages/generator-caliper"
],
"version": "0.4.0-unstable",
"hoist": true
}
3 changes: 2 additions & 1 deletion packages/caliper-publish/lib/impl/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const packages = [
'caliper-iroha',
'caliper-sawtooth',
'caliper-fisco-bcos',
'caliper-cli'
'caliper-cli',
'generator-caliper'
];

// impl => lib => caliper-publish
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
],
"license-check-and-add-config": {
"folder": ".",
"license": "../../../LICENSE.txt",
"license": "../../LICENSE.txt",
"exact_paths_method": "EXCLUDE",
"exact_paths": [
"node_modules",
Expand Down

0 comments on commit 2b5ed72

Please sign in to comment.