Update start script for Rinkeby deployment

This commit is contained in:
2019-04-09 10:10:17 +02:00
parent f05b0bbd8b
commit 8984b1ecb7
+1 -1
View File
@@ -13,8 +13,8 @@
"scripts": {
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
"start": "KREDITS_APM_DOMAIN=open.aragonpm.eth ember serve",
"start:local": "WEB3_PROVIDER_URL=http://localhost:7545 ember s",
"build": "ember build",
"build-prod": "ember build --environment production",