Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jan 1, 2024
1 parent 05da15a commit 61100f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fc-solve/site/wml/lib/make/main.mak
Original file line number Diff line number Diff line change
Expand Up @@ -552,4 +552,4 @@ else
endif

smoke-tests:
prettier --parser typescript --arrow-parens always --tab-width 4 --trailing-comma all --write src/ts/**.ts && git add -u . && touch lib/template.jinja && ($(MAKE_WITH_PROD) test || $(SKIP_)) && $(MAKE_WITH_PROD) upload_local upload_staging && $(MAKE_WITH_PROD) browser-tests
prettier --parser typescript --arrow-parens always --tab-width 4 --trailing-comma all --write src/ts/**.ts && git add -u . && touch lib/blocks.tt2 && ($(MAKE_WITH_PROD) test || $(SKIP_)) && $(MAKE_WITH_PROD) upload_local upload_staging && $(MAKE_WITH_PROD) browser-tests

0 comments on commit 61100f2

Please sign in to comment.