mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
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 a new issue