1
0
Fork 0

fix(build): bundle during CI run

This commit is contained in:
Sean Sube 2022-02-06 13:10:47 -06:00
parent 1abc94ed2d
commit 80b7f698ef
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export RUNNER_VERSION := $(CI_RUNNER_VERSION)
all: lint build cover docs ## builds, bundles, and tests the application
@echo Success!
ci: clean-target lint build cover docs
ci: clean-target lint build bundle cover docs
clean: ## clean up everything added by the default target
clean: clean-deps clean-target