Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 4e5b605

Browse files
committed
chore: clean up makefile
1 parent 1a3740a commit 4e5b605

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

Makefile

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ help:
1313
@echo "\n"
1414

1515
init:
16-
mix ecto.setup
16+
npm install
1717

1818
dep:
19-
mix deps.get
2019
npm install # for commitizen
2120

2221
build:
@@ -36,19 +35,6 @@ launch.dev:
3635
launch.prod:
3736
SERVE_PORT=8002 npm run launch
3837

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-
5238
gen.help:
5339
$(call gen.help)
5440
@echo "\n"

Makefile.include.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CI_BUILD_LINK = "https://travis-ci.org/$(BELONG)/$(REPO)"
1515
CI_COVERAGE_LINK = "https://coveralls.io/github/$(BELONG)/$(REPO)"
1616
CI_CODECOV_LINK = "https://codecov.io/gh/$(BELONG)/$(REPO)"
1717
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"
1919
CI_DOC_LINK = "https://inch-ci.org/github/$(BELONG)/$(REPO)"
2020
CI_DEPSBOT_LINK = "https://david-dm.org/$(BELONG)/$(REPO)"
2121

0 commit comments

Comments
 (0)