Skip to content

Commit

Permalink
Merge pull request #289 from tasitlabs/feature/start-for-local-dev
Browse files Browse the repository at this point in the history
Start script for use with tasit repo
  • Loading branch information
pcowgill authored Mar 20, 2019
2 parents 917e31b + 16cc62d commit 62efc77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"prepare:blockchain": "npm run ganache:stop && npm run ganache:start && npm run truffle:migrate",
"pretest": "npm run prepare:blockchain",
"test": "npx lerna run test --stream --concurrency 1",
"posttest": "npm run ganache:stop"
"posttest": "npm run ganache:stop",
"start": "npm run clean:all && npm run bootstrap && npm run prepare:blockchain"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 62efc77

Please sign in to comment.