From e8a179bc197a0b0375a46b2c793de2dc2f5804e6 Mon Sep 17 00:00:00 2001 From: Gerardo Nardelli Date: Thu, 18 Jul 2019 09:04:10 -0300 Subject: [PATCH] Update contract module name --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db856e46..3ebe9d0a 100644 --- a/package.json +++ b/package.json @@ -34,12 +34,12 @@ "scripts": { "initialize": "yarn clean && git submodule update --init && yarn install --unsafe-perm --frozen-lockfile && yarn install:deploy && yarn compile:contracts", "build": "yarn workspace ui run build", - "lint": "yarn wsrun --exclude poa-parity-bridge-contracts lint", + "lint": "yarn wsrun --exclude token-bridge-contracts lint", "test": "yarn wsrun --exclude monitor --exclude oracle-e2e --exclude ui-e2e test", "oracle-e2e": "./oracle-e2e/run-tests.sh", "ui-e2e": "./ui-e2e/run-tests.sh", "clean": "rm -rf ./node_modules ./**/node_modules ./**/**/node_modules ./**/build", - "compile:contracts": "yarn workspace poa-parity-bridge-contracts run compile", + "compile:contracts": "yarn workspace token-bridge-contracts run compile", "install:deploy": "cd contracts/deploy && npm install --unsafe-perm --silent", "postinstall": "ln -sf $(pwd)/node_modules/openzeppelin-solidity/ contracts/node_modules/openzeppelin-solidity" }