mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 21:15:35 +03:00
Fix #519
This commit is contained in:
parent
ddcfe7c4bf
commit
5a6dc34ec0
1 changed files with 6 additions and 0 deletions
|
@ -14,10 +14,16 @@ os:
|
|||
- linux
|
||||
- osx
|
||||
|
||||
before_install:
|
||||
- nvm install node
|
||||
- npm install -g npm
|
||||
|
||||
install:
|
||||
- npm --prefix client install
|
||||
|
||||
script:
|
||||
- node -v
|
||||
- npm -v
|
||||
- go test ./...
|
||||
- make build/static/index.html
|
||||
- make
|
||||
|
|
Loading…
Reference in a new issue