mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add prepare script for git installs (#429)
This commit is contained in:
parent
af49586b1b
commit
42c8ef6262
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack --mode development",
|
"dev": "webpack --mode development",
|
||||||
"build": "webpack --mode production",
|
"build": "webpack --mode production",
|
||||||
"lint": "eslint src"
|
"lint": "eslint src",
|
||||||
|
"prepare": "webpack --mode production"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue