fix tests
This commit is contained in:
parent
745981e25f
commit
b37b75c473
6 changed files with 34 additions and 30 deletions
|
|
@ -110,6 +110,7 @@ export const buildSwPlugin = ({ swSrc, swDest }) => {
|
|||
order: 'post',
|
||||
sequential: true,
|
||||
async handler() {
|
||||
if (process.env.VITEST) return
|
||||
console.info('Building service worker for production')
|
||||
await build(config)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue