We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900dd0d commit 7acdfbfCopy full SHA for 7acdfbf
Makefile
@@ -23,8 +23,10 @@ serve-production: test-builddeps
23
@JEKYLL_ENV=production bundle exec jekyll serve
24
25
build-production: test-builddeps
26
+ifeq($(CONTEXT),"production")
27
@make crowdin-download
28
@ruby ./scripts/validate-translations.rb
29
+endif
30
@NODE_ENV=production yarn build:production
31
@JEKYLL_ENV=production bundle exec jekyll build
32
0 commit comments