Add npm script to run app with local network
npm run start:local - sets NETWORK_ID and WEB3_PROVIDER_URL to local network defaults
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
"scripts": {
|
||||
"lint:js": "eslint ./*.js app config lib server tests",
|
||||
"start": "ember serve",
|
||||
"kovan": "NETWORK_ID=42 ember serve",
|
||||
"start:local": "NETWORK_ID=100 WEB3_PROVIDER_URL=http://localhost:7545 ember s",
|
||||
"test": "ember test",
|
||||
"build": "ember build",
|
||||
"build-prod": "ember build --environment production",
|
||||
|
||||
Reference in New Issue
Block a user