Skip to content

Commit

Permalink
fix search index
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiliavir committed Aug 24, 2022
1 parent 502755c commit 7b68cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mvw-website",
"license": "MIT",
"version": "22.08.15",
"version": "22.08.24",
"description": "Website of Musikverein Wollbach 1866 e.V.",
"author": "Markus Lindenmann <[email protected]>",
"repository": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"validate": "node validate.mjs",
"lint": "stylelint '**/*.scss' && npx eslint . --ext .ts",
"build": "hugo --minify && npm run validate",
"index": "mvw-search-index './public/**/*.html' './public/suche/index.json' 'main'",
"index": "cd ./public/ && mvw-search-index './**/*.html' './suche/index.json' 'main'",
"update:lib:jquery": "copyfiles -u 3 ./node_modules/jquery/dist/jquery.min.js ./static/js/",
"postinstall": "npm run update:lib:jquery && npm run lint"
}
Expand Down

0 comments on commit 7b68cad

Please sign in to comment.