mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Improve deploy script
This commit is contained in:
parent
8d24c1b42a
commit
cdf3785f82
3 changed files with 695 additions and 687 deletions
|
|
@ -32,3 +32,10 @@ $ npm run build
|
|||
## Build artifacts
|
||||
|
||||
Everything you need to serve the app can be found inside the `public` folder.
|
||||
|
||||
## Deploy to github
|
||||
|
||||
```
|
||||
# will build everything and publish everything in /public via gh-pages
|
||||
$ npm run deploy
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue