From e617e175b5401345ac0c23c3775080866bc1c9ce Mon Sep 17 00:00:00 2001 From: Christofer Date: Thu, 14 Sep 2023 00:00:40 +0400 Subject: [PATCH] fix postinstall not running --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94e80d7..80de98d 100755 --- a/package.json +++ b/package.json @@ -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"