Remove obsolete APM domains

This commit is contained in:
2019-09-04 17:04:18 +02:00
parent 11f66de6e6
commit 729110f8d1
2 changed files with 2 additions and 7 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"test": "ember test",
"start": "KREDITS_APM_DOMAIN=open.aragonpm.eth ember serve",
"start:local": "WEB3_PROVIDER_URL=http://localhost:7545 ember s",
"start": "ember serve",
"start:local": "WEB3_PROVIDER_URL=http://localhost:7545 ember serve",
"build": "ember build",
"build-prod": "rm -rf release/* && ember build -prod --output-path release",
"preversion": "npm test",