From 3a94e484d7dfbba489d3045055f5f9d95e8ce75a Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 7 Feb 2018 12:13:04 +0100 Subject: [PATCH] fic build --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b2d65b988..42060a51a2 100644 --- a/package.json +++ b/package.json @@ -139,8 +139,8 @@ ] }, "scripts": { - "setupremix": "npm run pullremix; npm run linkremixcore; npm run linkremixlib; npm run linkremixsolidity; npm run linkremixdebugger;", - "pullremix": "mkdir remix; git clone https://github.com/ethereum/remix; cd ..", + "setupremix": "npm run pullremix && npm run linkremixcore && npm run linkremixlib && npm run linkremixsolidity && npm run linkremixdebugger;", + "pullremix": "git clone https://github.com/ethereum/remix", "linkremixcore": "cd node_modules && rm -rf remix-core && ln -s ../remix/remix-core remix-core && cd ..", "linkremixlib": "cd node_modules && rm -rf remix-lib && ln -s ../remix/remix-lib remix-lib && cd ..", "linkremixsolidity": "cd node_modules && rm -rf remix-solidity && ln -s ../remix/remix-solidity remix-solidity && cd ..",