fix postinstall not running

This commit is contained in:
Christofer 2023-09-14 00:00:40 +04:00
parent 6777fad41a
commit e617e175b5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .", "lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .", "format": "prettier --plugin-search-dir . --write .",
"post:install": "./scripts/generate-blurred-images.sh" "postinstall": "./scripts/generate-blurred-images.sh"
}, },
"keywords": [ "keywords": [
"hyprland" "hyprland"