Set start command

pull/3094/head
ioedeveloper 5 years ago
parent 497b9a9557
commit 2b6472214a
  1. 2
      package.json

@ -8,7 +8,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "./lib/bin/remixd.js -s ./shared --remix-ide http://127.0.0.1:8080",
"start": "./lib/bin/remixd.js",
"npip": "npip",
"lint": "eslint ./src --ext .ts",
"build": "tsc -p ./ && chmod +x ./lib/bin/remixd.js",

Loading…
Cancel
Save