|
|
|
@ -82,7 +82,7 @@ |
|
|
|
|
"nightwatch_local_fileManager": "nx build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=dist/apps/remix-ide-e2e/src/tests/fileManager_api.test.js --env=chrome", |
|
|
|
|
"nightwatch_local_runAndDeploy": "nx build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=dist/apps/remix-ide-e2e/src/tests/runAndDeploy.js --env=chrome-runAndDeploy", |
|
|
|
|
"onchange": "onchange apps/remix-ide/build/app.js -- npm-run-all lint", |
|
|
|
|
"remixd": "remixd -s ./apps/remix-ide/contracts --remix-ide http://127.0.0.1:8080", |
|
|
|
|
"remixd": "nx build remixd; nx serve remixd --folder=./apps/remix-ide/contracts --remixide=http://127.0.0.1:8080", |
|
|
|
|
"selenium": "selenium-standalone start", |
|
|
|
|
"selenium-install": "selenium-standalone install", |
|
|
|
|
"sourcemap": "exorcist --root ../ apps/remix-ide/build/app.js.map > apps/remix-ide/build/app.js", |
|
|
|
@ -241,7 +241,6 @@ |
|
|
|
|
"onchange": "^3.2.1", |
|
|
|
|
"prettier": "1.19.1", |
|
|
|
|
"remix-tabs": "1.0.48", |
|
|
|
|
"remixd": "0.2.3-alpha.4", |
|
|
|
|
"request": "^2.83.0", |
|
|
|
|
"rimraf": "^2.6.1", |
|
|
|
|
"selenium-standalone": "^6.17.0", |
|
|
|
|