Skip to content

Commit

Permalink
[REFACTOR] [CONFIG]: Makefile actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-gon committed Jul 31, 2023
1 parent 747d1f6 commit a1eca1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,18 @@ test/static: dependencies
test: env dependencies test/static
npm run test

coverage: test

coverage/html: coverage

outdated:
-npm outdated

update: dependencies outdated
npm install $(NPM_UPDATABLE_MODULES)

upgrade: update

compose/build: env
docker-compose --profile testing build

Expand All @@ -87,7 +93,6 @@ compose/test/static: compose/build
docker-compose --profile testing run --rm algorithm-exercises-ts make test/static

compose/lint: compose/test/static compose/mdlint
docker-compose --profile testing run --rm algorithm-exercises-ts make test/static

compose/run: compose/build
docker-compose --profile testing run --rm algorithm-exercises-ts make test
Expand Down

0 comments on commit a1eca1b

Please sign in to comment.