diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-03-01 22:47:35 +0100 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-03-01 22:47:35 +0100 |
commit | 16fb296a23830f05e094a00e780fc470fba81762 (patch) | |
tree | 9d4334dbb699f6899799754a234e42178d6166f0 | |
parent | Add initial version of the tyrian pluto theme (diff) | |
download | planet-tyrian-16fb296a23830f05e094a00e780fc470fba81762.tar.gz planet-tyrian-16fb296a23830f05e094a00e780fc470fba81762.tar.bz2 planet-tyrian-16fb296a23830f05e094a00e780fc470fba81762.zip |
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 <arzano@gentoo.org>
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
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" |