From 4f37160aa8eb96d3f6c4cd945d6dd355399c447a Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 6 May 2019 14:06:05 -0400 Subject: [PATCH] remove prepublish step --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 4af0fb2..9967aa8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "compile:sol": "solcpiler --solc-version v0.4.18+commit.9cf6e910 -i './contracts/**/*.sol' ./node_modules/@aragon/os/contracts/{kernel/Kernel.sol,acl/ACL.sol,apps/AppProxyUpgradeable.sol} --output-sol-dir build/contracts", "compile:js": "babel -d lib/ js/", "compile": "npm run compile:sol && npm run compile:js", - "prepublish": "npm run build", "lint": "eslint src", "start": "node scripts/start.js", "build": "node scripts/build.js"