Make the `make build` depends on `npm_licenses` task (#7843)
Signed-off-by: Luke Chen <showuon@gmail.com>
This commit is contained in:
parent
344b272b3e
commit
6555cc68ca
|
@ -18,6 +18,8 @@ build:
|
|||
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
|
||||
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
|
||||
tarball:
|
||||
# Whenever there are new files to include in the tarball,
|
||||
# remember to make sure the new files will be generated after `make build`.
|
||||
files:
|
||||
- consoles
|
||||
- console_libraries
|
||||
|
|
Loading…
Reference in New Issue