refactor: remove docs from build process and use separate script

This commit is contained in:
braks
2022-10-10 20:45:54 +02:00
committed by Braks
parent 24f7722f7c
commit e9d6ec1673
3 changed files with 9 additions and 4 deletions

View File

@@ -24,6 +24,10 @@
"dev": {
"dependsOn": ["^build"],
"cache": false
},
"docs": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
}
}
}