From 87d476a08c932b6be802cf5c2d710848970f6d64 Mon Sep 17 00:00:00 2001 From: "Hatter Jiang@Pixelbook" Date: Mon, 26 Aug 2019 00:05:21 +0800 Subject: [PATCH] update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e1d5d47..367a741 100644 --- a/README.md +++ b/README.md @@ -115,5 +115,18 @@ Use xArgs in build: ``` Command: `buildj ::build` +
+ +Use xRuns in build: +``` +{ + xRuns: { + "pub": ["./publish"] + } +} +``` +Command: `buildj ...pub` + +