augur-core
Advanced tools
Comparing version 0.12.0-3 to 0.12.0-4
{ | ||
"name": "augur-core", | ||
"version": "0.12.0-3", | ||
"version": "0.12.0-4", | ||
"description": "Core augur contracts and deployment process", | ||
@@ -20,3 +20,4 @@ "author": "The Augur Developers <tam@augur.net>", | ||
"build:interfaces": "node output/tools/generateContractInterfaces.js", | ||
"build": "npm run build:source && npm run lint && npm run build:contracts && npm run build:interfaces", | ||
"build:support": "cp -r source/support output/", | ||
"build": "npm run build:source && npm run lint && npm run build:contracts && npm run build:interfaces && npm run build:support", | ||
"preversion": "npm run build", | ||
@@ -23,0 +24,0 @@ "version": "git add source/libraries/ContractInterfaces.ts", |
1977478
56