This repository was archived by the owner on Nov 1, 2021. It is now read-only.
File tree 2 files changed +2
-16
lines changed
2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 13
13
@echo " \n"
14
14
15
15
init :
16
- mix ecto.setup
16
+ npm install
17
17
18
18
dep :
19
- mix deps.get
20
19
npm install # for commitizen
21
20
22
21
build :
@@ -36,19 +35,6 @@ launch.dev:
36
35
launch.prod :
37
36
SERVE_PORT=8002 npm run launch
38
37
39
- migrate :
40
- mix ecto.migrate
41
- rollback :
42
- mix ecto.rollback
43
- migrate.mock :
44
- MIX_ENV =mock mix ecto.migrate
45
- rollback.mock :
46
- MIX_ENV =mock mix ecto.rollback
47
- migrate.dev :
48
- MIX_ENV=dev mix ecto.migrate
49
- rollback.dev :
50
- MIX_ENV =dev mix ecto.rollback
51
-
52
38
gen.help :
53
39
$(call gen.help)
54
40
@echo " \n"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ CI_BUILD_LINK = "https://travis-ci.org/$(BELONG)/$(REPO)"
15
15
CI_COVERAGE_LINK = "https://coveralls.io/github/$(BELONG ) /$(REPO ) "
16
16
CI_CODECOV_LINK = "https://codecov.io/gh/$(BELONG ) /$(REPO ) "
17
17
CI_CODEFACTOR_LINK = "https://www.codefactor.io/repository/github/$(BELONG ) /$(REPO ) "
18
- CI_CODACY_LINK="https://app.codacy.com/project/mydearxym/$(REPO) /dashboard?branchId =8274848"
18
+ CI_CODACY_LINK="https://app.codacy.com/project/mydearxym/coderplanets_web /dashboard?branchId =8274848"
19
19
CI_DOC_LINK = "https://inch-ci.org/github/$(BELONG ) /$(REPO ) "
20
20
CI_DEPSBOT_LINK = "https://david-dm.org/$(BELONG ) /$(REPO ) "
21
21
You can’t perform that action at this time.
0 commit comments