chore: remove unused files
This commit is contained in:
parent
b51da2f997
commit
d47755b4c6
4 changed files with 8 additions and 139 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [".next/**", "dist/**", "build/**"]
|
||||
"outputs": ["dist/**", "build/**"]
|
||||
},
|
||||
"build-storybook": {
|
||||
"dependsOn": ["^build"],
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"check:lint": {
|
||||
"cache": false,
|
||||
"inputs": ["**/*", "!**/.next/**", "!**/dist/**"]
|
||||
"inputs": ["**/*", "!**/build/**", "!**/dist/**"]
|
||||
},
|
||||
"check:format": {
|
||||
"cache": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue