mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fixed coverage/
directory included in local builds
- without this, the `coverage/` directory gets included in builds
because `grunt-contrib-copy` doesn't operate on just the folder name
- this avoids us zipping up coverage with builds and helps bring CI and
local builds closer together
- my commit here was incorrect: 815a2d0f7d
This commit is contained in:
parent
acb3e25ef0
commit
e258e32f04
@ -9,7 +9,7 @@
|
||||
.c8rc.json
|
||||
jsconfig.json
|
||||
changelog.md*
|
||||
coverage
|
||||
coverage/**
|
||||
docs/**
|
||||
_site/**
|
||||
content/adapters/**
|
||||
|
Loading…
Reference in New Issue
Block a user