diff --git a/package.json b/package.json index 0cc624f..8f523a6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,9 @@ "lint:contract-tests": "eslint apps/*/test", "lint:wrapper": "eslint lib/", "test": "hardhat test", - "setup-git-hooks": "sh scripts/git-hooks/install" + "setup-git-hooks": "sh scripts/git-hooks/install", + "preversion": "npm test && npm run build", + "version": "git add lib/abis" }, "repository": { "type": "git",