This commit is contained in:
Darren Clarke 2024-03-16 23:11:48 +01:00
parent fe6c9419dd
commit f62c9f064d
10 changed files with 828 additions and 118 deletions

View file

@ -8,7 +8,7 @@
},
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**","!.next/cache/**", "build/**", "dist/**"]
"outputs": [".next/**", "!.next/cache/**", "build/**", "dist/**"]
},
"test": {
"dependsOn": ["build"],