Skip to content

Commit 7acdfbf

Browse files
committed
fix: only do crowdin on production-production (not previews)
1 parent 900dd0d commit 7acdfbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ serve-production: test-builddeps
2323
@JEKYLL_ENV=production bundle exec jekyll serve
2424

2525
build-production: test-builddeps
26+
ifeq($(CONTEXT),"production")
2627
@make crowdin-download
2728
@ruby ./scripts/validate-translations.rb
29+
endif
2830
@NODE_ENV=production yarn build:production
2931
@JEKYLL_ENV=production bundle exec jekyll build
3032

0 commit comments

Comments
 (0)