From 255c752e1e23942b43ed338bf9f3e185c58e8a76 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 30 Sep 2021 10:56:43 +0200 Subject: [PATCH] ensure remix-ide is built (in case we don't call nx serve) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0e23c9e82..f59bee6bae 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "downloadsolc_assets": "wget --no-check-certificate https://binaries.soliditylang.org/wasm/soljson-v0.8.7+commit.e28d00a7.js -O ./apps/remix-ide/src/assets/js/soljson.js && wget --no-check-certificate https://binaries.soliditylang.org/wasm/soljson-v0.8.7+commit.e28d00a7.js -O ./apps/solidity-compiler/src/assets/js/soljson.js", "make-mock-compiler": "node apps/remix-ide/ci/makeMockCompiler.js", "minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false", - "build:production": "NODE_ENV=production npx nx build remix-ide --with-deps --skip-nx-cache", + "build:production": "NODE_ENV=production npx nx build remix-ide --with-deps --skip-nx-cache && npx nx build remix-ide", "serve:production": "npx http-server ./dist/apps/remix-ide", "nightwatch_parallel": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox", "nightwatch_local_firefox": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox",