Add cleanup before build

This commit is contained in:
Peaceultime 2024-01-16 13:25:55 +01:00
parent b43bafdd57
commit 981badacc2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"build": "nuxt cleanup && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",