Skip to content

Commit cc83a1f

Browse files
committed
refine proto order
1 parent d65124a commit cc83a1f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

orders/proto/order.ncl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
let { Order, .. } = import "../order.contract.ncl" in
44
{
55
blend = {
6-
prefix = ["~/"],
6+
prefix = ["~"],
77
files = [
88
{
9-
from_file = ".proto",
9+
from_file = ".proto/.prototools",
1010
},
11+
{
12+
from_file = ".proto/tools/node/globals/bin/.gitkeep",
13+
}
1114
],
1215
when = { os = ["darwin", "linux"] },
1316
},

0 commit comments

Comments
 (0)