From ab74a97edcc8a2c366cc68ffa2c5434fb32df423 Mon Sep 17 00:00:00 2001 From: Sarah German Date: Thu, 18 Aug 2022 15:02:30 +0000 Subject: Add Lunr.js index script --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8db60443..2d998f07 100644 --- a/Makefile +++ b/Makefile @@ -158,3 +158,7 @@ markdownlint-tests: @yarn markdownlint doc/**/*.md test: setup rspec-tests jest-tests eslint-tests prettier-tests stylelint-tests hadolint-tests yamllint-tests markdownlint-tests + +build-lunr-index: + @printf "\n$(INFO)INFO: Building offline search index..$(INFO_END)\n" + node scripts/lunr/preindex.js \ No newline at end of file -- cgit v1.2.3