fix(build): bundle during CI run
This commit is contained in:
parent
1abc94ed2d
commit
80b7f698ef
|
@ -42,7 +42,7 @@ export RUNNER_VERSION := $(CI_RUNNER_VERSION)
|
||||||
all: lint build cover docs ## builds, bundles, and tests the application
|
all: lint build cover docs ## builds, bundles, and tests the application
|
||||||
@echo Success!
|
@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 up everything added by the default target
|
||||||
clean: clean-deps clean-target
|
clean: clean-deps clean-target
|
||||||
|
|
Loading…
Reference in New Issue