We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6d968 commit 79f6057Copy full SHA for 79f6057
Makefile
@@ -8,4 +8,7 @@ components: component.json
8
clean:
9
rm -fr build components template.js
10
11
+publish:
12
+ @ghp-import build -p
13
+
14
.PHONY: clean
0 commit comments