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 2a1cd71 commit f1f261dCopy full SHA for f1f261d
Makefile
@@ -7,15 +7,10 @@ build:
7
node_modules/.bin/gulp --cwd ui bundle
8
node_modules/.bin/antora generate $(PLAYBOOK) $(ANTORAFLAGS)
9
10
-.PHONY: build
11
-
12
13
clean:
14
rm -r build
15
# 'cache' is the configured cache dir in the playbook
16
rm -r cache
17
-.PHONY: clean
18
19
20
# The netlify repo is checked out without any blobs. This script
21
# iterates through the release branches and checks them out one-by-one
@@ -34,4 +29,7 @@ netlify-fetch:
34
29
done
35
30
# go back to the initial commit to start the build
36
31
git -c advice.detachedHead=false checkout --recurse-submodules $(CURRENT_COMMIT)
37
-.PHONY: netlify-fetch
32
+
33
+netlify-build: netlify-fetch build
+.PHONY: build clean netlify-fetch
0 commit comments