Skip to content

Commit

Permalink
Update Makefile help
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
hatamiarash7 committed Oct 21, 2022
1 parent 1a7fb27 commit 0de1e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ JS_DST := nikas/js/embed.min.js nikas/js/embed.dev.js \

PY_SRC := $(shell git ls-files | grep -E "^nikas/.+.py$$")

init: ## Install JS dependencies
init: ## Install JavaScript modules
npm install -f

flakes: ## Run flake8
Expand All @@ -21,7 +21,7 @@ nikas/js/%.min.js: $(JS_SRC)
nikas/js/%.dev.js: $(JS_SRC)
npm run build-dev

js: $(JS_DST)
js: $(JS_DST) ## Build the frontend

sass: ## Compile SASS files
gulp sass
Expand Down

0 comments on commit 0de1e35

Please sign in to comment.