We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59a9eb commit 42e6fe2Copy full SHA for 42e6fe2
Makefile
@@ -22,7 +22,7 @@ help:
22
lint: build
23
bin/run-lint
24
25
-release: build
+release:
26
bin/run-release
27
28
run: build
bin/run-release
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
function cd_to_root_directory () {
4
- cd `dirname ${0}`/../../
+ cd `dirname ${0}`/../
5
}
6
7
function publish_semantic_release () {
@@ -27,4 +27,5 @@ function build_dist () {
cd_to_root_directory
29
30
+build_dist
31
publish_semantic_release
0 commit comments