1
0
Fork 0
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:
Arne Schlüter 2018-11-25 15:59:06 +01:00
commit f8094f0bde

View file

@ -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.