fix(build): run generic build target
This commit is contained in:
parent
8368271a1c
commit
c41d9d0da2
|
@ -83,7 +83,7 @@ build-node:
|
|||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
script:
|
||||
- make clean-target bundle test
|
||||
- make clean-target build test
|
||||
- make run-rules
|
||||
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in New Issue