From 16fb296a23830f05e094a00e780fc470fba81762 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Sun, 1 Mar 2020 22:47:35 +0100 Subject: Add a npm prepare script to install dependencies For now the dependency paths are hardcoded in tyrian.txt. Thus we have to install them before using the theme. Signed-off-by: Max Magorsch --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index d1cded1..c43aa7e 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,9 @@ "gentoo", "tyrian" ], + "scripts": { + "prepare": "npm run dist" + } "dependencies": { "@gentoo/tyrian": "git+https://anongit.gentoo.org/git/sites/tyrian-theme.git", "bootstrap-datepicker": "^1.9.0" -- cgit v1.2.3