mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
fix postinstall not running
This commit is contained in:
parent
6777fad41a
commit
e617e175b5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
|
||||
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
||||
"format": "prettier --plugin-search-dir . --write .",
|
||||
"post:install": "./scripts/generate-blurred-images.sh"
|
||||
"postinstall": "./scripts/generate-blurred-images.sh"
|
||||
},
|
||||
"keywords": [
|
||||
"hyprland"
|
||||
|
|
Loading…
Reference in a new issue