Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
Fix hang on unbox
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmatrix committed Jul 31, 2018
1 parent b9e5001 commit 0043f7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions truffle-box.json
@@ -1,12 +1,13 @@
{
"ignore": [],
"commands": {
"Configure Bitski (do this first)": "npm run setup",
"Run dev server": "npm run dev",
"Compile": "truffle compile",
"Migrate": "truffle migrate",
"Test contracts": "truffle test",
"Run dev server": "npm run dev"
"Test contracts": "truffle test"
},
"hooks": {
"post-unpack": "git init; npm install; truffle compile; npm run setup"
"post-unpack": "git init; npm install; truffle compile"
}
}

0 comments on commit 0043f7a

Please sign in to comment.