mirror of https://github.com/status-im/consul.git
change env to test
This commit is contained in:
parent
0b052ccc99
commit
c4a837c7b5
|
@ -10,7 +10,7 @@
|
||||||
"repository": "",
|
"repository": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ember build --environment production",
|
"build": "ember build --environment production",
|
||||||
"build-ci": "ember build --environment development",
|
"build-ci": "ember build --environment test",
|
||||||
"lint:dev:js": "eslint -c .dev.eslintrc.js --fix ./*.js ./.*.js app config lib server tests",
|
"lint:dev:js": "eslint -c .dev.eslintrc.js --fix ./*.js ./.*.js app config lib server tests",
|
||||||
"lint:js": "eslint -c .eslintrc.js --fix ./*.js ./.*.js app config lib server tests",
|
"lint:js": "eslint -c .eslintrc.js --fix ./*.js ./.*.js app config lib server tests",
|
||||||
"format:js": "prettier --write \"{app,config,lib,server,tests}/**/*.js\" ./*.js ./.*.js",
|
"format:js": "prettier --write \"{app,config,lib,server,tests}/**/*.js\" ./*.js ./.*.js",
|
||||||
|
|
Loading…
Reference in New Issue