Skip to content

Commit f1f261d

Browse files
committed
..
1 parent 2a1cd71 commit f1f261d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Makefile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ build:
77
node_modules/.bin/gulp --cwd ui bundle
88
node_modules/.bin/antora generate $(PLAYBOOK) $(ANTORAFLAGS)
99

10-
.PHONY: build
11-
12-
1310
clean:
1411
rm -r build
1512
# 'cache' is the configured cache dir in the playbook
1613
rm -r cache
17-
.PHONY: clean
18-
1914

2015
# The netlify repo is checked out without any blobs. This script
2116
# iterates through the release branches and checks them out one-by-one
@@ -34,4 +29,7 @@ netlify-fetch:
3429
done
3530
# go back to the initial commit to start the build
3631
git -c advice.detachedHead=false checkout --recurse-submodules $(CURRENT_COMMIT)
37-
.PHONY: netlify-fetch
32+
33+
netlify-build: netlify-fetch build
34+
35+
.PHONY: build clean netlify-fetch

0 commit comments

Comments
 (0)