mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Add note about problems with continuous tests when deploying
This commit is contained in:
parent
fafbe80a34
commit
f8094f0bde
1 changed files with 2 additions and 0 deletions
|
|
@ -59,4 +59,6 @@ $ npm run build
|
||||||
$ npm run deploy
|
$ npm run deploy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note:** If you have a continuous build running and run `npm run build` or `npm run deploy`, it will delete the compiled tests, causing the continuous tests to not run anymore. This can be fixed by running `npm test` again.
|
||||||
|
|
||||||
All build artifacts land in `/public`. Don't change anything in there as changes will be overwritten.
|
All build artifacts land in `/public`. Don't change anything in there as changes will be overwritten.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue