Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
lopu committed Oct 7, 2018
1 parent aef9774 commit 6218ea0
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 75 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Makefile
compile_commands.json
moc_*
*.moc
.idea
hardfork.hpp

lcov
Expand Down
120 changes: 47 additions & 73 deletions .idea/workspace.xml

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

1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Makefile
compile_commands.json
moc_*
*.moc
.idea
hardfork.hpp

lcov
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push": "./scripts/push.sh",
"pull": "./scripts/pull.sh",
"push": "git add . ; git commit -m 'ready' ; git push origin dev",
"pull": "git pull origin dev",
"gitmodules": "git submodule update --init --recursive",
"submodules": "npm run gitmodules",
"generateArgumentsDev": "./scripts/generate-arguments-genesis.sh && cat scripts/generate-arguments-genesis.output",
Expand Down

0 comments on commit 6218ea0

Please sign in to comment.