Compiling the contracts
This commit is contained in:
parent
a55cb4cb3f
commit
6aa9921ef1
@ -14,5 +14,6 @@ COPY yarn.lock .
|
||||
RUN yarn install
|
||||
COPY . .
|
||||
|
||||
RUN yarn workspace poa-parity-bridge-contracts run compile
|
||||
RUN yarn workspace ui run compile:contracts
|
||||
RUN cd contracts/deploy && rm -f package-lock.json && npm install
|
||||
|
@ -24,7 +24,7 @@
|
||||
"ansible-lint": "./deployment/lint.sh",
|
||||
"oracle-e2e": "./oracle-e2e/run-tests.sh",
|
||||
"ui-e2e": "./ui-e2e/run-tests.sh",
|
||||
"clean": "rm -rf ./node_modules ./**/node_modules ./**/**/node_modules",
|
||||
"clean": "rm -rf ./node_modules ./**/node_modules ./**/**/node_modules ./**/build",
|
||||
"postinstall": "ln -s $(pwd)/node_modules/openzeppelin-solidity/ contracts/node_modules/openzeppelin-solidity"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user